Html Css Color HEX #042014 Dark Green

📋 copy color: '#042014'

red 4 ◦ green 32 ◦ blue 20

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

Shades of Dark Green #042014

Tints of Dark Green #042014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 35.71%

R = 7.14%
G = 57.14%
B = 35.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.37

 K value IS 0.87

RGB Variations

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

Color information

#042014 (or 0x042014) is known color: Dark Green. HEX triplet: 04, 20 and 14. RGB value is (4,32,20). Sum of RGB (Red+Green+Blue) = 4+32+20=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #042014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042014 is #FBDFEB. Grayscale: #161616. Windows color (decimal): -16506860 or 1318916. OLE color: 1318916.

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

Color convert

RGB 4 32 20 -
CMYK 0.87 0 0.37 0.87
HSL 154.29º 0.78% 0.07% -
HSV(B) 154.29º 0.88% 0.13% -
XYZ 0.69 1.11 0.84 -
YUV 22.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 4 32 20 0.87 0 0.37 0.87 154.29 0.78 0.07
Hex 4 20 14 57 0 25 57 9A 4E 7
Octal 4 40 24 127 0 45 127 232 116 7
Binary 100 100000 10100 1010111 0 100101 1010111 10011010 1001110 111

Color Harmonies of #042014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042014

Black with #042014

Text Example


Text Example

White with #042014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042014; }

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

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

background-color css

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

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

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

border-color css

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

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

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