#003320

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

Shades of Dark Green #003320

Tints of Dark Green #003320

Color information

#003320 (or 0x003320) is unknown color: approx Dark Green. HEX triplet: 00, 33 and 20. RGB value is (0,51,32). Sum of RGB (Red+Green+Blue) = 0+51+32=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #003320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003320 is #FFCCDF. Grayscale: #212121. Windows color (decimal): -16764128 or 2110208. OLE color: 2110208.

HSL color Cylindrical-coordinate representation of color #003320: hue angle of 157.65º 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 #003320 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB05132-
CMYK100.370.8
HSL157.65º100%10%-
HSV(B)157.65º100%20%-
XYZ1.442.471.77-
YUV33.58127.1104.04-

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) = 61.45%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=0%
G=61.45%
B=38.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal05132100.370.8157.6510010
Hex0332064025509e64a
Octal0634014404512023614412
Binary01100111000001100100010010110100001001111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003320; }

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

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

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

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

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

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

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

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