Html Css Color HEX #06321A Dark Green

📋 copy color: '#06321A'

red 6 ◦ green 50 ◦ blue 26

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

Shades of Dark Green #06321A

Tints of Dark Green #06321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 31.71%

R = 7.32%
G = 60.98%
B = 31.71%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#06321A (or 0x06321A) is known color: Dark Green. HEX triplet: 06, 32 and 1A. RGB value is (6,50,26). Sum of RGB (Red+Green+Blue) = 6+50+26=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #06321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06321A is #F9CDE5. Grayscale: #222222. Windows color (decimal): -16371174 or 1716742. OLE color: 1716742.

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

Color convert

RGB 6 50 26 -
CMYK 0.88 0 0.48 0.80
HSL 147.27º 0.79% 0.11% -
HSV(B) 147.27º 0.88% 0.2% -
XYZ 1.4 2.39 1.37 -
YUV 34.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 6 50 26 0.88 0 0.48 0.80 147.27 0.79 0.11
Hex 6 32 1A 58 0 30 50 93 4F B
Octal 6 62 32 130 0 60 120 223 117 13
Binary 110 110010 11010 1011000 0 110000 1010000 10010011 1001111 1011

Color Harmonies of #06321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06321A

Black with #06321A

Text Example


Text Example

White with #06321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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