Html Css Color HEX #042013 Dark Green

📋 copy color: '#042013'

red 4 ◦ green 32 ◦ blue 19

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

Shades of Dark Green #042013

Tints of Dark Green #042013

RGB

 RED value IS 4 (1.95% from 255) = 7.27%

 GREEN value IS 32 (12.89% from 255) = 58.18%

 BLUE value IS 19 (7.81% from 255) = 34.55%

R = 7.27%
G = 58.18%
B = 34.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#042013 (or 0x042013) is known color: Dark Green. HEX triplet: 04, 20 and 13. RGB value is (4,32,19). Sum of RGB (Red+Green+Blue) = 4+32+19=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #042013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042013 is #FBDFEC. Grayscale: #161616. Windows color (decimal): -16506861 or 1253380. OLE color: 1253380.

HSL color Cylindrical-coordinate representation of color #042013: hue angle of 152.14º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #042013 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 32 19 -
CMYK 0.87 0 0.41 0.87
HSL 152.14º 0.78% 0.07% -
HSV(B) 152.14º 0.88% 0.13% -
XYZ 0.68 1.11 0.79 -
YUV 22.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 4 32 19 0.87 0 0.41 0.87 152.14 0.78 0.07
Hex 4 20 13 57 0 29 57 98 4E 7
Octal 4 40 23 127 0 51 127 230 116 7
Binary 100 100000 10011 1010111 0 101001 1010111 10011000 1001110 111

Color Harmonies of #042013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042013

Black with #042013

Text Example


Text Example

White with #042013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042013; }

 p { color: rgb(4,32,19); }

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

background-color css

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

 a { background-color: rgb(4,32,19); }

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

border-color css

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

 span { border-color: rgb(4,32,19); }

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