#062110

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

Shades of Dark Green #062110

Tints of Dark Green #062110

Color information

#062110 (or 0x062110) is unknown color: approx Dark Green. HEX triplet: 06, 21 and 10. RGB value is (6,33,16). Sum of RGB (Red+Green+Blue) = 6+33+16=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #062110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062110 is #F9DEEF. Grayscale: #171717. Windows color (decimal): -16375536 or 1057030. OLE color: 1057030.

HSL color Cylindrical-coordinate representation of color #062110: hue angle of 142.22º degrees, saturation: 0.69, 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 #062110 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.87.

Color convert

RGB63316-
CMYK0.8200.520.87
HSL142.22º69.23%7.65%-
HSV(B)142.22º81.82%12.94%-
XYZ0.711.160.68-
YUV22.99124.05115.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.91%
GREEN value IS 33 (13.28% from 255) = 60%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=10.91%
G=60%
B=29.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal633160.8200.520.87142.2269.237.65
Hex6211052034578e458
Octal6412012206412721610510
Binary110100001100001010010011010010101111000111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062110; }

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

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

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

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

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

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

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

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