#024605

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

Shades of Myrtle #024605

Tints of Myrtle #024605

Color information

#024605 (or 0x024605) is unknown color: approx Myrtle. HEX triplet: 02, 46 and 05. RGB value is (2,70,5). Sum of RGB (Red+Green+Blue) = 2+70+5=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 70 (27.73% from 255 or 90.91% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 70 - color contains mainly: green. Hex color #024605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024605 is #FDB9FA. Grayscale: #2A2A2A. Windows color (decimal): -16628219 or 345602. OLE color: 345602.

HSL color Cylindrical-coordinate representation of color #024605: hue angle of 122.65º 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 #024605 is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB2705-
CMYK0.9700.930.73
HSL122.65º94.44%14.12%-
HSV(B)122.65º97.14%27.45%-
XYZ2.244.40.88-
YUV42.26106.9799.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.60%
GREEN value IS 70 (27.73% from 255) = 90.91%
BLUE value IS 5 (2.34% from 255) = 6.49%
R=2.60%
G=90.91%
B=6.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal27050.9700.930.73122.6594.4414.12
Hex24656105D497b5ee
Octal21065141013511117313616
Binary1010001101011100001010111011001001111101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024605; }

 p { color: rgb(2,70,5); }

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

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

 a { background-color: rgb(2,70,5); }

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

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

 span { border-color: rgb(2,70,5); }

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