#06220F

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

Shades of Dark Green #06220F

Tints of Dark Green #06220F

Color information

#06220F (or 0x06220F) is unknown color: approx Dark Green. HEX triplet: 06, 22 and 0F. RGB value is (6,34,15). Sum of RGB (Red+Green+Blue) = 6+34+15=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 34 (13.67% from 255 or 61.82% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 34 - color contains mainly: green. Hex color #06220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06220F is #F9DDF0. Grayscale: #171717. Windows color (decimal): -16375281 or 991750. OLE color: 991750.

HSL color Cylindrical-coordinate representation of color #06220F: hue angle of 139.29º 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 #06220F is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB63415-
CMYK0.8200.560.87
HSL139.29º70%7.84%-
HSV(B)139.29º82.35%13.33%-
XYZ0.731.220.65-
YUV23.46123.22115.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.91%
GREEN value IS 34 (13.67% from 255) = 61.82%
BLUE value IS 15 (6.25% from 255) = 27.27%
R=10.91%
G=61.82%
B=27.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal634150.8200.560.87139.29707.84
Hex622F52038578b468
Octal6421712207012721310610
Binary11010001011111010010011100010101111000101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06220F; }

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

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

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

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

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

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

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

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