Html Css Color HEX #063122 Dark Green

📋 copy color: '#063122'

red 6 ◦ green 49 ◦ blue 34

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

Shades of Dark Green #063122

Tints of Dark Green #063122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 55.06%

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

R = 6.74%
G = 55.06%
B = 38.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#063122 (or 0x063122) is known color: Dark Green. HEX triplet: 06, 31 and 22. RGB value is (6,49,34). Sum of RGB (Red+Green+Blue) = 6+49+34=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #063122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063122 is #F9CEDD. Grayscale: #222222. Windows color (decimal): -16371422 or 2240774. OLE color: 2240774.

HSL color Cylindrical-coordinate representation of color #063122: hue angle of 159.07º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063122 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 49 34 -
CMYK 0.88 0 0.31 0.81
HSL 159.07º 0.78% 0.11% -
HSV(B) 159.07º 0.88% 0.19% -
XYZ 1.46 2.35 1.89 -
YUV 34.43 127.75 107.72 -
System Red Green Blue C M Y K H S L
Decimal 6 49 34 0.88 0 0.31 0.81 159.07 0.78 0.11
Hex 6 31 22 58 0 1F 51 9F 4E B
Octal 6 61 42 130 0 37 121 237 116 13
Binary 110 110001 100010 1011000 0 11111 1010001 10011111 1001110 1011

Color Harmonies of #063122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063122

Black with #063122

Text Example


Text Example

White with #063122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063122; }

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

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

background-color css

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

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

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

border-color css

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

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

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