#245B10

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

Shades of Myrtle #245B10

Tints of Myrtle #245B10

Color information

#245B10 (or 0x245B10) is unknown color: approx Myrtle. HEX triplet: 24, 5B and 10. RGB value is (36,91,16). Sum of RGB (Red+Green+Blue) = 36+91+16=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 91 (35.94% from 255 or 63.64% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 91 - color contains mainly: green. Hex color #245B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245B10 is #DBA4EF. Grayscale: #424242. Windows color (decimal): -14394608 or 1071908. OLE color: 1071908.

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

Color convert

RGB369116-
CMYK0.6000.820.64
HSL104º70.09%20.98%-
HSV(B)104º82.42%35.69%-
XYZ4.567.891.77-
YUV6699.78106.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 91 (35.94% from 255) = 63.64%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=25.17%
G=63.64%
B=11.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3691160.6000.820.6410470.0920.98
Hex245B103C05240684615
Octal441332074012210015010625
Binary1001001011011100001111000101001010000001101000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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