#051002

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

Shades of Myrtle #051002

Tints of Myrtle #051002

Color information

#051002 (or 0x051002) is unknown color: approx Myrtle. HEX triplet: 05, 10 and 02. RGB value is (5,16,2). Sum of RGB (Red+Green+Blue) = 5+16+2=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 16 (6.64% from 255 or 69.57% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 16 - color contains mainly: green. Hex color #051002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051002 is #FAEFFD. Grayscale: #0B0B0B. Windows color (decimal): -16445438 or 135173. OLE color: 135173.

HSL color Cylindrical-coordinate representation of color #051002: hue angle of 107.14º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051002 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB5162-
CMYK0.6900.870.94
HSL107.14º77.78%3.53%-
HSV(B)107.14º87.5%6.27%-
XYZ0.260.410.12-
YUV11.11122.86123.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 21.74%
GREEN value IS 16 (6.64% from 255) = 69.57%
BLUE value IS 2 (1.17% from 255) = 8.70%
R=21.74%
G=69.57%
B=8.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal51620.6900.870.94107.1477.783.53
Hex5102450575E6b4e4
Octal520210501271361531164
Binary1011000010100010101010111101111011010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051002; }

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

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

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

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

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

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

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

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