Html Css Color HEX #04130F Dark Green

📋 copy color: '#04130F'

red 4 ◦ green 19 ◦ blue 15

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

Shades of Dark Green #04130F

Tints of Dark Green #04130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 50%

 BLUE value IS 15 (6.25% from 255) = 39.47%

R = 10.53%
G = 50%
B = 39.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#04130F (or 0x04130F) is known color: Dark Green. HEX triplet: 04, 13 and 0F. RGB value is (4,19,15). Sum of RGB (Red+Green+Blue) = 4+19+15=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #04130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04130F is #FBECF0. Grayscale: #0E0E0E. Windows color (decimal): -16510193 or 987908. OLE color: 987908.

HSL color Cylindrical-coordinate representation of color #04130F: hue angle of 164º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #04130F is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 19 15 -
CMYK 0.79 0 0.21 0.93
HSL 164º 0.65% 0.05% -
HSV(B) 164º 0.79% 0.07% -
XYZ 0.37 0.53 0.53 -
YUV 14.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 4 19 15 0.79 0 0.21 0.93 164 0.65 0.05
Hex 4 13 F 4F 0 15 5D A4 41 5
Octal 4 23 17 117 0 25 135 244 101 5
Binary 100 10011 1111 1001111 0 10101 1011101 10100100 1000001 101

Color Harmonies of #04130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04130F

Black with #04130F

Text Example


Text Example

White with #04130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04130F; }

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

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

background-color css

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

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

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

border-color css

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

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

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