Html Css Color HEX #062620 Dark Green

📋 copy color: '#062620'

red 6 ◦ green 38 ◦ blue 32

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

Shades of Dark Green #062620

Tints of Dark Green #062620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 50%

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

R = 7.89%
G = 50%
B = 42.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#062620 (or 0x062620) is known color: Dark Green. HEX triplet: 06, 26 and 20. RGB value is (6,38,32). Sum of RGB (Red+Green+Blue) = 6+38+32=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 32 (12.89% from 255 or 42.11% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #062620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062620 is #F9D9DF. Grayscale: #1B1B1B. Windows color (decimal): -16374240 or 2106886. OLE color: 2106886.

HSL color Cylindrical-coordinate representation of color #062620: hue angle of 168.75º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #062620 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB 6 38 32 -
CMYK 0.84 0 0.16 0.85
HSL 168.75º 0.73% 0.09% -
HSV(B) 168.75º 0.84% 0.15% -
XYZ 1.03 1.53 1.61 -
YUV 27.75 130.4 112.49 -
System Red Green Blue C M Y K H S L
Decimal 6 38 32 0.84 0 0.16 0.85 168.75 0.73 0.09
Hex 6 26 20 54 0 10 55 A9 49 9
Octal 6 46 40 124 0 20 125 251 111 11
Binary 110 100110 100000 1010100 0 10000 1010101 10101001 1001001 1001

Color Harmonies of #062620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062620

Black with #062620

Text Example


Text Example

White with #062620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062620; }

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

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

background-color css

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

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

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

border-color css

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

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

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