#003420

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

Shades of Dark Green #003420

Tints of Dark Green #003420

Color information

#003420 (or 0x003420) is unknown color: approx Dark Green. HEX triplet: 00, 34 and 20. RGB value is (0,52,32). Sum of RGB (Red+Green+Blue) = 0+52+32=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #003420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003420 is #FFCBDF. Grayscale: #222222. Windows color (decimal): -16763872 or 2110464. OLE color: 2110464.

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

Color convert

RGB05232-
CMYK100.380.80
HSL156.92º100%10.2%-
HSV(B)156.92º100%20.39%-
XYZ1.492.561.78-
YUV34.17126.77103.63-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 61.90%
BLUE value IS 32 (12.89% from 255) = 38.10%
R=0%
G=61.90%
B=38.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal05232100.380.80156.9210010.2
Hex0342064026509d64a
Octal0644014404612023514412
Binary01101001000001100100010011010100001001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003420; }

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

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

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

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

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

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

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

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