Html Css Color HEX #042520 Dark Green

📋 copy color: '#042520'

red 4 ◦ green 37 ◦ blue 32

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

Shades of Dark Green #042520

Tints of Dark Green #042520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 50.68%

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

R = 5.48%
G = 50.68%
B = 43.84%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#042520 (or 0x042520) is known color: Dark Green. HEX triplet: 04, 25 and 20. RGB value is (4,37,32). Sum of RGB (Red+Green+Blue) = 4+37+32=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #042520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042520 is #FBDADF. Grayscale: #1A1A1A. Windows color (decimal): -16505568 or 2106628. OLE color: 2106628.

HSL color Cylindrical-coordinate representation of color #042520: hue angle of 170.91º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042520 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 37 32 -
CMYK 0.89 0 0.14 0.85
HSL 170.91º 0.8% 0.08% -
HSV(B) 170.91º 0.89% 0.15% -
XYZ 0.97 1.45 1.6 -
YUV 26.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 4 37 32 0.89 0 0.14 0.85 170.91 0.8 0.08
Hex 4 25 20 59 0 E 55 AB 50 8
Octal 4 45 40 131 0 16 125 253 120 10
Binary 100 100101 100000 1011001 0 1110 1010101 10101011 1010000 1000

Color Harmonies of #042520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042520

Black with #042520

Text Example


Text Example

White with #042520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042520; }

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

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

background-color css

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

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

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

border-color css

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

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

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