#051202

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

Shades of Myrtle #051202

Tints of Myrtle #051202

Color information

#051202 (or 0x051202) is unknown color: approx Myrtle. HEX triplet: 05, 12 and 02. RGB value is (5,18,2). Sum of RGB (Red+Green+Blue) = 5+18+2=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 18 (7.42% from 255 or 72% from 25); Blue value is 2 (1.17% from 255 or 8% from 25); Max value from RGB is 18 - color contains mainly: green. Hex color #051202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051202 is #FAEDFD. Grayscale: #0C0C0C. Windows color (decimal): -16444926 or 135685. OLE color: 135685.

HSL color Cylindrical-coordinate representation of color #051202: hue angle of 108.75º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #051202 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB5182-
CMYK0.7200.890.93
HSL108.75º80%3.92%-
HSV(B)108.75º88.89%7.06%-
XYZ0.290.470.13-
YUV12.29122.19122.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20%
GREEN value IS 18 (7.42% from 255) = 72%
BLUE value IS 2 (1.17% from 255) = 8%
R=20%
G=72%
B=8%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51820.7200.890.93108.75803.92
Hex5122480595D6d504
Octal522211001311351551204
Binary1011001010100100001011001101110111011011010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051202; }

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

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

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

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

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

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

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

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