Html Css Color HEX #062011 Dark Green

📋 copy color: '#062011'

red 6 ◦ green 32 ◦ blue 17

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

Shades of Dark Green #062011

Tints of Dark Green #062011

RGB

 RED value IS 6 (2.73% from 255) = 10.91%

 GREEN value IS 32 (12.89% from 255) = 58.18%

 BLUE value IS 17 (7.03% from 255) = 30.91%

R = 10.91%
G = 58.18%
B = 30.91%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#062011 (or 0x062011) is known color: Dark Green. HEX triplet: 06, 20 and 11. RGB value is (6,32,17). Sum of RGB (Red+Green+Blue) = 6+32+17=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #062011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062011 is #F9DFEE. Grayscale: #161616. Windows color (decimal): -16375791 or 1122310. OLE color: 1122310.

HSL color Cylindrical-coordinate representation of color #062011: hue angle of 145.38º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #062011 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 32 17 -
CMYK 0.81 0 0.47 0.87
HSL 145.38º 0.68% 0.07% -
HSV(B) 145.38º 0.81% 0.13% -
XYZ 0.69 1.11 0.71 -
YUV 22.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 6 32 17 0.81 0 0.47 0.87 145.38 0.68 0.07
Hex 6 20 11 51 0 2F 57 91 44 7
Octal 6 40 21 121 0 57 127 221 104 7
Binary 110 100000 10001 1010001 0 101111 1010111 10010001 1000100 111

Color Harmonies of #062011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062011

Black with #062011

Text Example


Text Example

White with #062011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062011; }

 p { color: rgb(6,32,17); }

 H1.HeaderClassName
 {
   color: #062011;
 }
 .AnyTagClassName
 {
   color: #062011;
 }
</style>

background-color css

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

 a { background-color: rgb(6,32,17); }

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

border-color css

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

 span { border-color: rgb(6,32,17); }

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