#245B20

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

Shades of Myrtle #245B20

Tints of Myrtle #245B20

Color information

#245B20 (or 0x245B20) is unknown color: approx Myrtle. HEX triplet: 24, 5B and 20. RGB value is (36,91,32). Sum of RGB (Red+Green+Blue) = 36+91+32=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 91 (35.94% from 255 or 57.23% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 91 - color contains mainly: green. Hex color #245B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B20 is #DBA4DF. Grayscale: #444444. Windows color (decimal): -14394592 or 2120484. OLE color: 2120484.

HSL color Cylindrical-coordinate representation of color #245B20: hue angle of 115.93º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245B20 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB369132-
CMYK0.6000.650.64
HSL115.93º47.97%24.12%-
HSV(B)115.93º64.84%35.69%-
XYZ4.737.962.65-
YUV67.83107.78105.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 22.64%
GREEN value IS 91 (35.94% from 255) = 57.23%
BLUE value IS 32 (12.89% from 255) = 20.13%
R=22.64%
G=57.23%
B=20.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3691320.6000.650.64115.9347.9724.12
Hex245B203C04140743018
Octal44133407401011001646030
Binary1001001011011100000111100010000011000000111010011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,91,32); }

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

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

 a { background-color: rgb(36,91,32); }

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

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

 span { border-color: rgb(36,91,32); }

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