#062213

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

Shades of Dark Green #062213

Tints of Dark Green #062213

Color information

#062213 (or 0x062213) is unknown color: approx Dark Green. HEX triplet: 06, 22 and 13. RGB value is (6,34,19). Sum of RGB (Red+Green+Blue) = 6+34+19=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 34 (13.67% from 255 or 57.63% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 34 - color contains mainly: green. Hex color #062213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062213 is #F9DDEC. Grayscale: #171717. Windows color (decimal): -16375277 or 1253894. OLE color: 1253894.

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

Color convert

RGB63419-
CMYK0.8200.440.87
HSL147.86º70%7.84%-
HSV(B)147.86º82.35%13.33%-
XYZ0.761.230.81-
YUV23.92125.22115.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.17%
GREEN value IS 34 (13.67% from 255) = 57.63%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=10.17%
G=57.63%
B=32.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal634190.8200.440.87147.86707.84
Hex622135202C5794468
Octal6422312205412722410610
Binary110100010100111010010010110010101111001010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062213; }

 p { color: rgb(6,34,19); }

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

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

 a { background-color: rgb(6,34,19); }

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

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

 span { border-color: rgb(6,34,19); }

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