#051C02

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

Shades of Myrtle #051C02

Tints of Myrtle #051C02

Color information

#051C02 (or 0x051C02) is unknown color: approx Myrtle. HEX triplet: 05, 1C and 02. RGB value is (5,28,2). Sum of RGB (Red+Green+Blue) = 5+28+2=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 28 (11.33% from 255 or 80% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 28 - color contains mainly: green. Hex color #051C02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C02 is #FAE3FD. Grayscale: #121212. Windows color (decimal): -16442366 or 138245. OLE color: 138245.

HSL color Cylindrical-coordinate representation of color #051C02: hue angle of 113.08º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051C02 is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB5282-
CMYK0.8200.930.89
HSL113.08º86.67%5.88%-
HSV(B)113.08º92.86%10.98%-
XYZ0.490.870.2-
YUV18.16118.88118.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 14.29%
GREEN value IS 28 (11.33% from 255) = 80%
BLUE value IS 2 (1.17% from 255) = 5.71%
R=14.29%
G=80%
B=5.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal52820.8200.930.89113.0886.675.88
Hex51C25205D5971576
Octal534212201351311611276
Binary1011110010101001001011101101100111100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051C02; }

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

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

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

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

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

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

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

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