#003321

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

Shades of Dark Green #003321

Tints of Dark Green #003321

Color information

#003321 (or 0x003321) is unknown color: approx Dark Green. HEX triplet: 00, 33 and 21. RGB value is (0,51,33). Sum of RGB (Red+Green+Blue) = 0+51+33=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 51 (20.31% from 255 or 60.71% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 51 - color contains mainly: green. Hex color #003321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003321 is #FFCCDE. Grayscale: #212121. Windows color (decimal): -16764127 or 2175744. OLE color: 2175744.

HSL color Cylindrical-coordinate representation of color #003321: hue angle of 158.82º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003321 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB05133-
CMYK100.350.8
HSL158.82º100%10%-
HSV(B)158.82º100%20%-
XYZ1.462.481.84-
YUV33.7127.6103.96-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 60.71%
BLUE value IS 33 (13.28% from 255) = 39.29%
R=0%
G=60.71%
B=39.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal05133100.350.8158.8210010
Hex0332164023509f64a
Octal0634114404312023714412
Binary01100111000011100100010001110100001001111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003321; }

 p { color: rgb(0,51,33); }

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

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

 a { background-color: rgb(0,51,33); }

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

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

 span { border-color: rgb(0,51,33); }

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