Html Css Color HEX #003920 Dark Green

📋 copy color: '#003920'

red 0 ◦ green 57 ◦ blue 32

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

Shades of Dark Green #003920

Tints of Dark Green #003920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 64.04%

 BLUE value IS 32 (12.89% from 255) = 35.96%

R = 0%
G = 64.04%
B = 35.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#003920 (or 0x003920) is known color: Dark Green. HEX triplet: 00, 39 and 20. RGB value is (0,57,32). Sum of RGB (Red+Green+Blue) = 0+57+32=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 57 (22.66% from 255 or 64.04% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 57 - color contains mainly: green. Hex color #003920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003920 is #FFC6DF. Grayscale: #252525. Windows color (decimal): -16762592 or 2111744. OLE color: 2111744.

HSL color Cylindrical-coordinate representation of color #003920: hue angle of 153.68º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003920 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 57 32 -
CMYK 1 0 0.44 0.78
HSL 153.68º 1% 0.11% -
HSV(B) 153.68º 1% 0.22% -
XYZ 1.72 3.03 1.86 -
YUV 37.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 0 57 32 1 0 0.44 0.78 153.68 1 0.11
Hex 0 39 20 64 0 2C 4E 9A 64 B
Octal 0 71 40 144 0 54 116 232 144 13
Binary 0 111001 100000 1100100 0 101100 1001110 10011010 1100100 1011

Color Harmonies of #003920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003920

Black with #003920

Text Example


Text Example

White with #003920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003920; }

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

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

background-color css

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

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

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

border-color css

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

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

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