#245A0A

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

Shades of Myrtle #245A0A

Tints of Myrtle #245A0A

Color information

#245A0A (or 0x245A0A) is unknown color: approx Myrtle. HEX triplet: 24, 5A and 0A. RGB value is (36,90,10). Sum of RGB (Red+Green+Blue) = 36+90+10=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 90 (35.55% from 255 or 66.18% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 90 - color contains mainly: green. Hex color #245A0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245A0A is #DBA5F5. Grayscale: #404040. Windows color (decimal): -14394870 or 678436. OLE color: 678436.

HSL color Cylindrical-coordinate representation of color #245A0A: hue angle of 100.5º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #245A0A is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB369010-
CMYK0.6000.890.65
HSL100.5º80%19.61%-
HSV(B)100.5º88.89%35.29%-
XYZ4.447.711.54-
YUV64.7397.11107.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.47%
GREEN value IS 90 (35.55% from 255) = 66.18%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=26.47%
G=66.18%
B=7.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3690100.6000.890.65100.58019.61
Hex245AA3C05941645014
Octal441321274013110114412024
Binary100100101101010101111000101100110000011100100101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,90,10); }

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

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

 a { background-color: rgb(36,90,10); }

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

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

 span { border-color: rgb(36,90,10); }

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