Html Css Color HEX #003421 Dark Green

📋 copy color: '#003421'

red 0 ◦ green 52 ◦ blue 33

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

Shades of Dark Green #003421

Tints of Dark Green #003421

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 52 (20.7% from 255) = 61.18%

 BLUE value IS 33 (13.28% from 255) = 38.82%

R = 0%
G = 61.18%
B = 38.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#003421 (or 0x003421) is known color: Dark Green. HEX triplet: 00, 34 and 21. RGB value is (0,52,33). Sum of RGB (Red+Green+Blue) = 0+52+33=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #003421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003421 is #FFCBDE. Grayscale: #222222. Windows color (decimal): -16763871 or 2176000. OLE color: 2176000.

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

Color convert

RGB 0 52 33 -
CMYK 1 0 0.37 0.80
HSL 158.08º 1% 0.1% -
HSV(B) 158.08º 1% 0.2% -
XYZ 1.5 2.57 1.85 -
YUV 34.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 0 52 33 1 0 0.37 0.80 158.08 1 0.1
Hex 0 34 21 64 0 25 50 9E 64 A
Octal 0 64 41 144 0 45 120 236 144 12
Binary 0 110100 100001 1100100 0 100101 1010000 10011110 1100100 1010

Color Harmonies of #003421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003421

Black with #003421

Text Example


Text Example

White with #003421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003421; }

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

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

background-color css

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

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

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

border-color css

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

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

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