#19762D

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

Shades of Camarone #19762D

Tints of Camarone #19762D

Color information

#19762D (or 0x19762D) is unknown color: approx Camarone. HEX triplet: 19, 76 and 2D. RGB value is (25,118,45). Sum of RGB (Red+Green+Blue) = 25+118+45=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #19762D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19762D is #E689D2. Grayscale: #525252. Windows color (decimal): -15108563 or 2979353. OLE color: 2979353.

HSL color Cylindrical-coordinate representation of color #19762D: hue angle of 132.9º 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 #19762D is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB2511845-
CMYK0.7900.620.54
HSL132.9º65.03%28.04%-
HSV(B)132.9º78.81%46.27%-
XYZ7.3513.354.67-
YUV81.87107.1987.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 118 (46.48% from 255) = 62.77%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=13.30%
G=62.77%
B=23.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25118450.7900.620.54132.965.0328.04
Hex19762D4F03E3685411c
Octal31166551170766620510134
Binary1100111101101011011001111011111011011010000101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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