Html Css Color HEX #06322F Dark Green

📋 copy color: '#06322F'

red 6 ◦ green 50 ◦ blue 47

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

Shades of Dark Green #06322F

Tints of Dark Green #06322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 45.63%

R = 5.83%
G = 48.54%
B = 45.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#06322F (or 0x06322F) is known color: Dark Green. HEX triplet: 06, 32 and 2F. RGB value is (6,50,47). Sum of RGB (Red+Green+Blue) = 6+50+47=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #06322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06322F is #F9CDD0. Grayscale: #242424. Windows color (decimal): -16371153 or 3092998. OLE color: 3092998.

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

Color convert

RGB 6 50 47 -
CMYK 0.88 0 0.06 0.80
HSL 175.91º 0.79% 0.11% -
HSV(B) 175.91º 0.88% 0.2% -
XYZ 1.73 2.53 3.09 -
YUV 36.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 6 50 47 0.88 0 0.06 0.80 175.91 0.79 0.11
Hex 6 32 2F 58 0 6 50 B0 4F B
Octal 6 62 57 130 0 6 120 260 117 13
Binary 110 110010 101111 1011000 0 110 1010000 10110000 1001111 1011

Color Harmonies of #06322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06322F

Black with #06322F

Text Example


Text Example

White with #06322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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