#051302

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

Shades of Myrtle #051302

Tints of Myrtle #051302

Color information

#051302 (or 0x051302) is unknown color: approx Myrtle. HEX triplet: 05, 13 and 02. RGB value is (5,19,2). Sum of RGB (Red+Green+Blue) = 5+19+2=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 19 (7.81% from 255 or 73.08% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 19 - color contains mainly: green. Hex color #051302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051302 is #FAECFD. Grayscale: #0C0C0C. Windows color (decimal): -16444670 or 135941. OLE color: 135941.

HSL color Cylindrical-coordinate representation of color #051302: hue angle of 109.41º degrees, saturation: 0.81, 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 #051302 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB5192-
CMYK0.7400.890.93
HSL109.41º80.95%4.12%-
HSV(B)109.41º89.47%7.45%-
XYZ0.310.50.14-
YUV12.88121.86122.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 19.23%
GREEN value IS 19 (7.81% from 255) = 73.08%
BLUE value IS 2 (1.17% from 255) = 7.69%
R=19.23%
G=73.08%
B=7.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51920.7400.890.93109.4180.954.12
Hex51324A0595D6d514
Octal523211201311351551214
Binary1011001110100101001011001101110111011011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051302; }

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

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

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

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

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

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

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

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