#062102

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

Shades of Myrtle #062102

Tints of Myrtle #062102

Color information

#062102 (or 0x062102) is unknown color: approx Myrtle. HEX triplet: 06, 21 and 02. RGB value is (6,33,2). Sum of RGB (Red+Green+Blue) = 6+33+2=41 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.63% from 41); Green value is 33 (13.28% from 255 or 80.49% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 33 - color contains mainly: green. Hex color #062102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062102 is #F9DEFD. Grayscale: #151515. Windows color (decimal): -16375550 or 139526. OLE color: 139526.

HSL color Cylindrical-coordinate representation of color #062102: hue angle of 112.26º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062102 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.87.

Color convert

RGB6332-
CMYK0.8200.940.87
HSL112.26º88.57%6.86%-
HSV(B)112.26º93.94%12.94%-
XYZ0.631.130.24-
YUV21.39117.05117.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 14.63%
GREEN value IS 33 (13.28% from 255) = 80.49%
BLUE value IS 2 (1.17% from 255) = 4.88%
R=14.63%
G=80.49%
B=4.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal63320.8200.940.87112.2688.576.86
Hex62125205E5770597
Octal641212201361271601317
Binary11010000110101001001011110101011111100001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062102; }

 p { color: rgb(6,33,2); }

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

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

 a { background-color: rgb(6,33,2); }

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

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

 span { border-color: rgb(6,33,2); }

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