Html Css Color HEX #042011 Dark Green

📋 copy color: '#042011'

red 4 ◦ green 32 ◦ blue 17

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

Shades of Dark Green #042011

Tints of Dark Green #042011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 32.08%

R = 7.55%
G = 60.38%
B = 32.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#042011 (or 0x042011) is known color: Dark Green. HEX triplet: 04, 20 and 11. RGB value is (4,32,17). Sum of RGB (Red+Green+Blue) = 4+32+17=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #042011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042011 is #FBDFEE. Grayscale: #151515. Windows color (decimal): -16506863 or 1122308. OLE color: 1122308.

HSL color Cylindrical-coordinate representation of color #042011: hue angle of 147.86º 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 #042011 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB 4 32 17 -
CMYK 0.87 0 0.47 0.87
HSL 147.86º 0.78% 0.07% -
HSV(B) 147.86º 0.88% 0.13% -
XYZ 0.67 1.1 0.71 -
YUV 21.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 4 32 17 0.87 0 0.47 0.87 147.86 0.78 0.07
Hex 4 20 11 57 0 2F 57 94 4E 7
Octal 4 40 21 127 0 57 127 224 116 7
Binary 100 100000 10001 1010111 0 101111 1010111 10010100 1001110 111

Color Harmonies of #042011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042011

Black with #042011

Text Example


Text Example

White with #042011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042011; }

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

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

background-color css

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

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

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

border-color css

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

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

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