Html Css Color HEX #06332E Dark Green

📋 copy color: '#06332E'

red 6 ◦ green 51 ◦ blue 46

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

Shades of Dark Green #06332E

Tints of Dark Green #06332E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 44.66%

R = 5.83%
G = 49.51%
B = 44.66%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.8

RGB Variations

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

Color information

#06332E (or 0x06332E) is known color: Dark Green. HEX triplet: 06, 33 and 2E. RGB value is (6,51,46). Sum of RGB (Red+Green+Blue) = 6+51+46=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #06332E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06332E is #F9CCD1. Grayscale: #242424. Windows color (decimal): -16370898 or 3027718. OLE color: 3027718.

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

Color convert

RGB 6 51 46 -
CMYK 0.88 0 0.10 0.8
HSL 173.33º 0.79% 0.11% -
HSV(B) 173.33º 0.88% 0.2% -
XYZ 1.75 2.6 2.99 -
YUV 36.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 6 51 46 0.88 0 0.10 0.8 173.33 0.79 0.11
Hex 6 33 2E 58 0 A 50 AD 4F B
Octal 6 63 56 130 0 12 120 255 117 13
Binary 110 110011 101110 1011000 0 1010 1010000 10101101 1001111 1011

Color Harmonies of #06332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06332E

Black with #06332E

Text Example


Text Example

White with #06332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06332E; }

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

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

background-color css

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

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

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

border-color css

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

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

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