Html Css Color HEX #042313 Dark Green

📋 copy color: '#042313'

red 4 ◦ green 35 ◦ blue 19

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

Shades of Dark Green #042313

Tints of Dark Green #042313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 60.34%

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

R = 6.9%
G = 60.34%
B = 32.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#042313 (or 0x042313) is known color: Dark Green. HEX triplet: 04, 23 and 13. RGB value is (4,35,19). Sum of RGB (Red+Green+Blue) = 4+35+19=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 35 (14.06% from 255 or 60.34% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 35 - color contains mainly: green. Hex color #042313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042313 is #FBDCEC. Grayscale: #171717. Windows color (decimal): -16506093 or 1254148. OLE color: 1254148.

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

Color convert

RGB 4 35 19 -
CMYK 0.89 0 0.46 0.86
HSL 149.03º 0.79% 0.08% -
HSV(B) 149.03º 0.89% 0.14% -
XYZ 0.77 1.27 0.82 -
YUV 23.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 4 35 19 0.89 0 0.46 0.86 149.03 0.79 0.08
Hex 4 23 13 59 0 2E 56 95 4F 8
Octal 4 43 23 131 0 56 126 225 117 10
Binary 100 100011 10011 1011001 0 101110 1010110 10010101 1001111 1000

Color Harmonies of #042313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042313

Black with #042313

Text Example


Text Example

White with #042313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042313; }

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

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

background-color css

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

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

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

border-color css

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

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

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