#19762E

Color #19762E Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #19762E

Tints of Camarone #19762E

Color information

#19762E (or 0x19762E) is unknown color: approx Camarone. HEX triplet: 19, 76 and 2E. RGB value is (25,118,46). Sum of RGB (Red+Green+Blue) = 25+118+46=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 118 (46.48% from 255 or 62.43% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 118 - color contains mainly: green. Hex color #19762E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19762E is #E689D1. Grayscale: #525252. Windows color (decimal): -15108562 or 3044889. OLE color: 3044889.

HSL color Cylindrical-coordinate representation of color #19762E: hue angle of 133.55º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19762E is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB2511846-
CMYK0.7900.610.54
HSL133.55º65.03%28.04%-
HSV(B)133.55º78.81%46.27%-
XYZ7.3713.364.78-
YUV81.98107.6987.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 118 (46.48% from 255) = 62.43%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=13.23%
G=62.43%
B=24.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25118460.7900.610.54133.5565.0328.04
Hex19762E4F03D3686411c
Octal31166561170756620610134
Binary1100111101101011101001111011110111011010000110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19762E; }

 p { color: rgb(25,118,46); }

 H1.HeaderClassName
 {
   color: #19762E;
 }
 .AnyTagClassName
 {
   color: #19762E;
 }
</style>
background-color css

<style>
 a { background-color: #19762E; }

 a { background-color: rgb(25,118,46); }

 div.DivClassName
 {
   background-color: #19762E;
 }
 .BgClassName
 {
   background-color: #19762E;
 }
</style>
border-color css

<style>
 span { border-color: #19762E; }

 span { border-color: rgb(25,118,46); }

 td.TdClassName
 {
   border-color: #19762E;
 }
 .TagClassName
 {
   border-color: #19762E;
 }
</style>