#045211

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

Shades of Myrtle #045211

Tints of Myrtle #045211

Color information

#045211 (or 0x045211) is unknown color: approx Myrtle. HEX triplet: 04, 52 and 11. RGB value is (4,82,17). Sum of RGB (Red+Green+Blue) = 4+82+17=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 82 (32.42% from 255 or 79.61% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 82 - color contains mainly: green. Hex color #045211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045211 is #FBADEE. Grayscale: #333333. Windows color (decimal): -16494063 or 1135108. OLE color: 1135108.

HSL color Cylindrical-coordinate representation of color #045211: hue angle of 130º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045211 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB48217-
CMYK0.9500.790.68
HSL130º90.7%16.86%-
HSV(B)130º95.12%32.16%-
XYZ3.176.11.54-
YUV51.27108.6694.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.88%
GREEN value IS 82 (32.42% from 255) = 79.61%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=3.88%
G=79.61%
B=16.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal482170.9500.790.6813090.716.86
Hex452115F04F44825b11
Octal412221137011710420213321
Binary100101001010001101111101001111100010010000010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045211; }

 p { color: rgb(4,82,17); }

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

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

 a { background-color: rgb(4,82,17); }

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

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

 span { border-color: rgb(4,82,17); }

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