#245F39

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

Shades of Camarone #245F39

Tints of Camarone #245F39

Color information

#245F39 (or 0x245F39) is unknown color: approx Camarone. HEX triplet: 24, 5F and 39. RGB value is (36,95,57). Sum of RGB (Red+Green+Blue) = 36+95+57=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 95 (37.5% from 255 or 50.53% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 95 - color contains mainly: green. Hex color #245F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F39 is #DBA0C6. Grayscale: #494949. Windows color (decimal): -14393543 or 3759908. OLE color: 3759908.

HSL color Cylindrical-coordinate representation of color #245F39: hue angle of 141.36º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F39 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.

Color convert

RGB369557-
CMYK0.6200.400.63
HSL141.36º45.04%25.69%-
HSV(B)141.36º62.11%37.25%-
XYZ5.568.855.29-
YUV73.03118.95101.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 95 (37.5% from 255) = 50.53%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=19.15%
G=50.53%
B=30.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3695570.6200.400.63141.3645.0425.69
Hex245F393E0283F8d2d1a
Octal441377176050772155532
Binary100100101111111100111111001010001111111000110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245F39; }

 p { color: rgb(36,95,57); }

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

<style>
 a { background-color: #245F39; }

 a { background-color: rgb(36,95,57); }

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

<style>
 span { border-color: #245F39; }

 span { border-color: rgb(36,95,57); }

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