Html Css Color HEX #063421 Dark Green

📋 copy color: '#063421'

red 6 ◦ green 52 ◦ blue 33

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

Shades of Dark Green #063421

Tints of Dark Green #063421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 57.14%

 BLUE value IS 33 (13.28% from 255) = 36.26%

R = 6.59%
G = 57.14%
B = 36.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#063421 (or 0x063421) is known color: Dark Green. HEX triplet: 06, 34 and 21. RGB value is (6,52,33). Sum of RGB (Red+Green+Blue) = 6+52+33=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #063421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063421 is #F9CBDE. Grayscale: #242424. Windows color (decimal): -16370655 or 2176006. OLE color: 2176006.

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

Color convert

RGB 6 52 33 -
CMYK 0.88 0 0.37 0.80
HSL 155.22º 0.79% 0.11% -
HSV(B) 155.22º 0.88% 0.2% -
XYZ 1.58 2.6 1.86 -
YUV 36.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 6 52 33 0.88 0 0.37 0.80 155.22 0.79 0.11
Hex 6 34 21 58 0 25 50 9B 4F B
Octal 6 64 41 130 0 45 120 233 117 13
Binary 110 110100 100001 1011000 0 100101 1010000 10011011 1001111 1011

Color Harmonies of #063421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063421

Black with #063421

Text Example


Text Example

White with #063421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063421; }

 p { color: rgb(6,52,33); }

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

background-color css

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

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

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

border-color css

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

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

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