Html Css Color HEX #063220 Dark Green

📋 copy color: '#063220'

red 6 ◦ green 50 ◦ blue 32

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

Shades of Dark Green #063220

Tints of Dark Green #063220

RGB

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

 GREEN value IS 50 (19.92% from 255) = 56.82%

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

R = 6.82%
G = 56.82%
B = 36.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#063220 (or 0x063220) is known color: Dark Green. HEX triplet: 06, 32 and 20. RGB value is (6,50,32). Sum of RGB (Red+Green+Blue) = 6+50+32=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #063220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063220 is #F9CDDF. Grayscale: #222222. Windows color (decimal): -16371168 or 2109958. OLE color: 2109958.

HSL color Cylindrical-coordinate representation of color #063220: hue angle of 155.45º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063220 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 50 32 -
CMYK 0.88 0 0.36 0.80
HSL 155.45º 0.79% 0.11% -
HSV(B) 155.45º 0.88% 0.2% -
XYZ 1.48 2.42 1.76 -
YUV 34.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 6 50 32 0.88 0 0.36 0.80 155.45 0.79 0.11
Hex 6 32 20 58 0 24 50 9B 4F B
Octal 6 62 40 130 0 44 120 233 117 13
Binary 110 110010 100000 1011000 0 100100 1010000 10011011 1001111 1011

Color Harmonies of #063220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063220

Black with #063220

Text Example


Text Example

White with #063220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063220; }

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

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

background-color css

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

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

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

border-color css

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

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

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