Html Css Color HEX #043013 Dark Green

📋 copy color: '#043013'

red 4 ◦ green 48 ◦ blue 19

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

Shades of Dark Green #043013

Tints of Dark Green #043013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 67.61%

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

R = 5.63%
G = 67.61%
B = 26.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#043013 (or 0x043013) is known color: Dark Green. HEX triplet: 04, 30 and 13. RGB value is (4,48,19). Sum of RGB (Red+Green+Blue) = 4+48+19=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #043013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043013 is #FBCFEC. Grayscale: #1F1F1F. Windows color (decimal): -16502765 or 1257476. OLE color: 1257476.

HSL color Cylindrical-coordinate representation of color #043013: hue angle of 140.45º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043013 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 48 19 -
CMYK 0.92 0 0.60 0.81
HSL 140.45º 0.85% 0.1% -
HSV(B) 140.45º 0.92% 0.19% -
XYZ 1.22 2.19 0.97 -
YUV 31.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 4 48 19 0.92 0 0.60 0.81 140.45 0.85 0.1
Hex 4 30 13 5C 0 3C 51 8C 55 A
Octal 4 60 23 134 0 74 121 214 125 12
Binary 100 110000 10011 1011100 0 111100 1010001 10001100 1010101 1010

Color Harmonies of #043013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043013

Black with #043013

Text Example


Text Example

White with #043013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043013; }

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

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

background-color css

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

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

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

border-color css

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

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

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