#245C0A

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

Shades of Myrtle #245C0A

Tints of Myrtle #245C0A

Color information

#245C0A (or 0x245C0A) is unknown color: approx Myrtle. HEX triplet: 24, 5C and 0A. RGB value is (36,92,10). Sum of RGB (Red+Green+Blue) = 36+92+10=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 92 (36.33% from 255 or 66.67% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 92 - color contains mainly: green. Hex color #245C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245C0A is #DBA3F5. Grayscale: #424242. Windows color (decimal): -14394358 or 678948. OLE color: 678948.

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

Color convert

RGB369210-
CMYK0.6100.890.64
HSL100.98º80.39%20%-
HSV(B)100.98º89.13%36.08%-
XYZ4.618.051.6-
YUV65.9196.45106.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.09%
GREEN value IS 92 (36.33% from 255) = 66.67%
BLUE value IS 10 (4.30% from 255) = 7.25%
R=26.09%
G=66.67%
B=7.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3692100.6100.890.64100.9880.3920
Hex245CA3D05940655014
Octal441341275013110014512024
Binary100100101110010101111010101100110000001100101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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