Html Css Color HEX #05190E Dark Green

📋 copy color: '#05190E'

red 5 ◦ green 25 ◦ blue 14

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

Shades of Dark Green #05190E

Tints of Dark Green #05190E

RGB

 RED value IS 5 (2.34% from 255) = 11.36%

 GREEN value IS 25 (10.16% from 255) = 56.82%

 BLUE value IS 14 (5.86% from 255) = 31.82%

R = 11.36%
G = 56.82%
B = 31.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.44

 K value IS 0.90

RGB Variations

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

Color information

#05190E (or 0x05190E) is known color: Dark Green. HEX triplet: 05, 19 and 0E. RGB value is (5,25,14). Sum of RGB (Red+Green+Blue) = 5+25+14=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 25 (10.16% from 255 or 56.82% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 25 - color contains mainly: green. Hex color #05190E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05190E is #FAE6F1. Grayscale: #111111. Windows color (decimal): -16443122 or 923909. OLE color: 923909.

HSL color Cylindrical-coordinate representation of color #05190E: hue angle of 147º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #05190E is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 25 14 -
CMYK 0.80 0 0.44 0.90
HSL 147º 0.67% 0.06% -
HSV(B) 147º 0.8% 0.1% -
XYZ 0.49 0.76 0.54 -
YUV 17.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 5 25 14 0.80 0 0.44 0.90 147 0.67 0.06
Hex 5 19 E 50 0 2C 5A 93 43 6
Octal 5 31 16 120 0 54 132 223 103 6
Binary 101 11001 1110 1010000 0 101100 1011010 10010011 1000011 110

Color Harmonies of #05190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05190E

Black with #05190E

Text Example


Text Example

White with #05190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05190E; }

 p { color: rgb(5,25,14); }

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

background-color css

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

 a { background-color: rgb(5,25,14); }

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

border-color css

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

 span { border-color: rgb(5,25,14); }

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