#06221A

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

Shades of Dark Green #06221A

Tints of Dark Green #06221A

Color information

#06221A (or 0x06221A) is unknown color: approx Dark Green. HEX triplet: 06, 22 and 1A. RGB value is (6,34,26). Sum of RGB (Red+Green+Blue) = 6+34+26=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #06221A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06221A is #F9DDE5. Grayscale: #181818. Windows color (decimal): -16375270 or 1712646. OLE color: 1712646.

HSL color Cylindrical-coordinate representation of color #06221A: hue angle of 162.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 #06221A is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB63426-
CMYK0.8200.240.87
HSL162.86º70%7.84%-
HSV(B)162.86º82.35%13.33%-
XYZ0.831.261.18-
YUV24.72128.72114.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.09%
GREEN value IS 34 (13.67% from 255) = 51.52%
BLUE value IS 26 (10.55% from 255) = 39.39%
R=9.09%
G=51.52%
B=39.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal634260.8200.240.87162.86707.84
Hex6221A5201857a3468
Octal6423212203012724310610
Binary11010001011010101001001100010101111010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06221A; }

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

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

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

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

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

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

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

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