Html Css Color HEX #063222 Dark Green

📋 copy color: '#063222'

red 6 ◦ green 50 ◦ blue 34

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

Shades of Dark Green #063222

Tints of Dark Green #063222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 37.78%

R = 6.67%
G = 55.56%
B = 37.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.80

RGB Variations

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

Color information

#063222 (or 0x063222) is known color: Dark Green. HEX triplet: 06, 32 and 22. RGB value is (6,50,34). Sum of RGB (Red+Green+Blue) = 6+50+34=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 50 (19.92% from 255 or 55.56% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 50 - color contains mainly: green. Hex color #063222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063222 is #F9CDDD. Grayscale: #232323. Windows color (decimal): -16371166 or 2241030. OLE color: 2241030.

HSL color Cylindrical-coordinate representation of color #063222: hue angle of 158.18º 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 #063222 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 50 34 -
CMYK 0.88 0 0.32 0.80
HSL 158.18º 0.79% 0.11% -
HSV(B) 158.18º 0.88% 0.2% -
XYZ 1.5 2.44 1.9 -
YUV 35.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 6 50 34 0.88 0 0.32 0.80 158.18 0.79 0.11
Hex 6 32 22 58 0 20 50 9E 4F B
Octal 6 62 42 130 0 40 120 236 117 13
Binary 110 110010 100010 1011000 0 100000 1010000 10011110 1001111 1011

Color Harmonies of #063222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063222

Black with #063222

Text Example


Text Example

White with #063222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063222; }

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

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

background-color css

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

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

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

border-color css

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

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

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