#245513

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

Shades of Myrtle #245513

Tints of Myrtle #245513

Color information

#245513 (or 0x245513) is unknown color: approx Myrtle. HEX triplet: 24, 55 and 13. RGB value is (36,85,19). Sum of RGB (Red+Green+Blue) = 36+85+19=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #245513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245513 is #DBAAEC. Grayscale: #3F3F3F. Windows color (decimal): -14396141 or 1266980. OLE color: 1266980.

HSL color Cylindrical-coordinate representation of color #245513: hue angle of 104.55º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #245513 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB368519-
CMYK0.5800.780.67
HSL104.55º63.46%20.39%-
HSV(B)104.55º77.65%33.33%-
XYZ4.096.921.74-
YUV62.82103.27108.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.71%
GREEN value IS 85 (33.59% from 255) = 60.71%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=25.71%
G=60.71%
B=13.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3685190.5800.780.67104.5563.4620.39
Hex2455133A04E43693f14
Octal44125237201161031517724
Binary100100101010110011111010010011101000011110100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245513; }

 p { color: rgb(36,85,19); }

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

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

 a { background-color: rgb(36,85,19); }

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

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

 span { border-color: rgb(36,85,19); }

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