#245500

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

Shades of Myrtle #245500

Tints of Myrtle #245500

Color information

#245500 (or 0x245500) is unknown color: approx Myrtle. HEX triplet: 24, 55 and 00. RGB value is (36,85,0). Sum of RGB (Red+Green+Blue) = 36+85+0=121 (16% of max value = 765). Red value is 36 (14.45% from 255 or 29.75% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #245500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245500 is #DBAAFF. Grayscale: #3C3C3C. Windows color (decimal): -14396160 or 21796. OLE color: 21796.

HSL color Cylindrical-coordinate representation of color #245500: hue angle of 94.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #245500 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB36850-
CMYK0.58010.67
HSL94.59º100%16.67%-
HSV(B)94.59º100%33.33%-
XYZ3.986.871.12-
YUV60.6693.77110.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 29.75%
GREEN value IS 85 (33.59% from 255) = 70.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.75%
G=70.25%
B=0%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal368500.58010.6794.5910016.67
Hex245503A064435f6411
Octal44125072014410313714421
Binary100100101010101110100110010010000111011111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245500; }

 p { color: rgb(36,85,0); }

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

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

 a { background-color: rgb(36,85,0); }

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

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

 span { border-color: rgb(36,85,0); }

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