Html Css Color HEX #042513 Dark Green

📋 copy color: '#042513'

red 4 ◦ green 37 ◦ blue 19

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

Shades of Dark Green #042513

Tints of Dark Green #042513

RGB

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

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

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

R = 6.67%
G = 61.67%
B = 31.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#042513 (or 0x042513) is known color: Dark Green. HEX triplet: 04, 25 and 13. RGB value is (4,37,19). Sum of RGB (Red+Green+Blue) = 4+37+19=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #042513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042513 is #FBDAEC. Grayscale: #191919. Windows color (decimal): -16505581 or 1254660. OLE color: 1254660.

HSL color Cylindrical-coordinate representation of color #042513: hue angle of 147.27º 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 #042513 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 37 19 -
CMYK 0.89 0 0.49 0.85
HSL 147.27º 0.8% 0.08% -
HSV(B) 147.27º 0.89% 0.15% -
XYZ 0.83 1.4 0.84 -
YUV 25.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 4 37 19 0.89 0 0.49 0.85 147.27 0.8 0.08
Hex 4 25 13 59 0 31 55 93 50 8
Octal 4 45 23 131 0 61 125 223 120 10
Binary 100 100101 10011 1011001 0 110001 1010101 10010011 1010000 1000

Color Harmonies of #042513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042513

Black with #042513

Text Example


Text Example

White with #042513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042513; }

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

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

background-color css

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

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

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

border-color css

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

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

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