Html Css Color HEX #062020 Dark Green

📋 copy color: '#062020'

red 6 ◦ green 32 ◦ blue 32

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

Shades of Dark Green #062020

Tints of Dark Green #062020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 45.71%

R = 8.57%
G = 45.71%
B = 45.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#062020 (or 0x062020) is known color: Dark Green. HEX triplet: 06, 20 and 20. RGB value is (6,32,32). Sum of RGB (Red+Green+Blue) = 6+32+32=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #062020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062020 is #F9DFDF. Grayscale: #181818. Windows color (decimal): -16375776 or 2105350. OLE color: 2105350.

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

Color convert

RGB 6 32 32 -
CMYK 0.81 0 0 0.87
HSL 180º 0.68% 0.07% -
HSV(B) 180º 0.81% 0.13% -
XYZ 0.85 1.18 1.55 -
YUV 24.23 132.39 115 -
System Red Green Blue C M Y K H S L
Decimal 6 32 32 0.81 0 0 0.87 180 0.68 0.07
Hex 6 20 20 51 0 0 57 B4 44 7
Octal 6 40 40 121 0 0 127 264 104 7
Binary 110 100000 100000 1010001 0 0 1010111 10110100 1000100 111

Color Harmonies of #062020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062020

Black with #062020

Text Example


Text Example

White with #062020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062020; }

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

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

background-color css

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

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

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

border-color css

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

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

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