#245a10

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

Shades of Myrtle #245A10

Tints of Myrtle #245A10

Color information

#245A10 (or 0x245A10) is unknown color: approx Myrtle. HEX triplet: 24, 5A and 10. RGB value is (36,90,16). Sum of RGB (Red+Green+Blue) = 36+90+16=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 90 (35.55% from 255 or 63.38% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 90 - color contains mainly: green. Hex color #245A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245A10 is #DBA5EF. Grayscale: #414141. Windows color (decimal): -14394864 or 1071652. OLE color: 1071652.

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

Color convert

RGB369016-
CMYK0.6000.820.65
HSL103.78º69.81%20.78%-
HSV(B)103.78º82.22%35.29%-
XYZ4.487.721.75-
YUV65.42100.11107.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.35%
GREEN value IS 90 (35.55% from 255) = 63.38%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=25.35%
G=63.38%
B=11.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3690160.6000.820.65103.7869.8120.78
Hex245A103C05241684615
Octal441322074012210115010625
Binary1001001011010100001111000101001010000011101000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245a10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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