#06332c

Color #06332C Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #06332C

Tints of Dark Green #06332C

Color information

#06332C (or 0x06332C) is unknown color: approx Dark Green. HEX triplet: 06, 33 and 2C. RGB value is (6,51,44). Sum of RGB (Red+Green+Blue) = 6+51+44=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 51 (20.31% from 255 or 50.50% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 51 - color contains mainly: green. Hex color #06332C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06332C is #F9CCD3. Grayscale: #242424. Windows color (decimal): -16370900 or 2896646. OLE color: 2896646.

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

Color convert

RGB65144-
CMYK0.8800.140.8
HSL170.67º78.95%11.18%-
HSV(B)170.67º88.24%20%-
XYZ1.712.592.79-
YUV36.75132.09106.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 51 (20.31% from 255) = 50.50%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=5.94%
G=50.50%
B=43.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal651440.8800.140.8170.6778.9511.18
Hex6332C580E50ab4fb
Octal6635413001612025311713
Binary11011001110110010110000111010100001010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06332c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06332c;
 }
 .AnyTagClassName
 {
   color: #06332c;
 }
</style>
background-color css

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

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

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

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

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

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