#024506

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

Shades of Myrtle #024506

Tints of Myrtle #024506

Color information

#024506 (or 0x024506) is unknown color: approx Myrtle. HEX triplet: 02, 45 and 06. RGB value is (2,69,6). Sum of RGB (Red+Green+Blue) = 2+69+6=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 69 (27.34% from 255 or 89.61% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 69 - color contains mainly: green. Hex color #024506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024506 is #FDBAF9. Grayscale: #292929. Windows color (decimal): -16628474 or 410882. OLE color: 410882.

HSL color Cylindrical-coordinate representation of color #024506: hue angle of 123.58º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024506 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB2696-
CMYK0.9700.910.73
HSL123.58º94.37%13.92%-
HSV(B)123.58º97.1%27.06%-
XYZ2.194.280.88-
YUV41.78107.899.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 69 (27.34% from 255) = 89.61%
BLUE value IS 6 (2.73% from 255) = 7.79%
R=2.60%
G=89.61%
B=7.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal26960.9700.910.73123.5894.3713.92
Hex24566105B497c5ee
Octal21056141013311117413616
Binary1010001011101100001010110111001001111110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024506; }

 p { color: rgb(2,69,6); }

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

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

 a { background-color: rgb(2,69,6); }

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

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

 span { border-color: rgb(2,69,6); }

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