Html Css Color HEX #062110 Dark Green

📋 copy color: '#062110'

red 6 ◦ green 33 ◦ blue 16

#062110
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #062110

Tints of Dark Green #062110

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 value IS 0.82

 M value IS 0

 Y value IS 0.52

 K value IS 0.87

RGB Variations

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

Color information

#062110 (or 0x062110) is known color: 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

RGB 6 33 16 -
CMYK 0.82 0 0.52 0.87
HSL 142.22º 0.69% 0.08% -
HSV(B) 142.22º 0.82% 0.13% -
XYZ 0.71 1.16 0.68 -
YUV 22.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 6 33 16 0.82 0 0.52 0.87 142.22 0.69 0.08
Hex 6 21 10 52 0 34 57 8E 45 8
Octal 6 41 20 122 0 64 127 216 105 10
Binary 110 100001 10000 1010010 0 110100 1010111 10001110 1000101 1000

Color Harmonies of #062110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062110

Black with #062110

Text Example


Text Example

White with #062110

Text Example


Text Example

HTML Codes & Css Web 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>