Html Css Color HEX #06331D Dark Green

📋 copy color: '#06331D'

red 6 ◦ green 51 ◦ blue 29

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

Shades of Dark Green #06331D

Tints of Dark Green #06331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 59.3%

 BLUE value IS 29 (11.72% from 255) = 33.72%

R = 6.98%
G = 59.3%
B = 33.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#06331D (or 0x06331D) is known color: Dark Green. HEX triplet: 06, 33 and 1D. RGB value is (6,51,29). Sum of RGB (Red+Green+Blue) = 6+51+29=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #06331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06331D is #F9CCE2. Grayscale: #232323. Windows color (decimal): -16370915 or 1913606. OLE color: 1913606.

HSL color Cylindrical-coordinate representation of color #06331D: hue angle of 150.67º 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 #06331D is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 6 51 29 -
CMYK 0.88 0 0.43 0.8
HSL 150.67º 0.79% 0.11% -
HSV(B) 150.67º 0.88% 0.2% -
XYZ 1.48 2.5 1.57 -
YUV 35.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 6 51 29 0.88 0 0.43 0.8 150.67 0.79 0.11
Hex 6 33 1D 58 0 2B 50 97 4F B
Octal 6 63 35 130 0 53 120 227 117 13
Binary 110 110011 11101 1011000 0 101011 1010000 10010111 1001111 1011

Color Harmonies of #06331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06331D

Black with #06331D

Text Example


Text Example

White with #06331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06331D; }

 p { color: rgb(6,51,29); }

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

background-color css

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

 a { background-color: rgb(6,51,29); }

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

border-color css

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

 span { border-color: rgb(6,51,29); }

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