Html Css Color HEX #05190B Dark Green

📋 copy color: '#05190B'

red 5 ◦ green 25 ◦ blue 11

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

Shades of Dark Green #05190B

Tints of Dark Green #05190B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 26.83%

R = 12.2%
G = 60.98%
B = 26.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#05190B (or 0x05190B) is known color: Dark Green. HEX triplet: 05, 19 and 0B. RGB value is (5,25,11). Sum of RGB (Red+Green+Blue) = 5+25+11=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 25 (10.16% from 255 or 60.98% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 25 - color contains mainly: green. Hex color #05190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05190B is #FAE6F4. Grayscale: #111111. Windows color (decimal): -16443125 or 727301. OLE color: 727301.

HSL color Cylindrical-coordinate representation of color #05190B: hue angle of 138º 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 #05190B is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 25 11 -
CMYK 0.80 0 0.56 0.90
HSL 138º 0.67% 0.06% -
HSV(B) 138º 0.8% 0.1% -
XYZ 0.47 0.75 0.44 -
YUV 17.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 5 25 11 0.80 0 0.56 0.90 138 0.67 0.06
Hex 5 19 B 50 0 38 5A 8A 43 6
Octal 5 31 13 120 0 70 132 212 103 6
Binary 101 11001 1011 1010000 0 111000 1011010 10001010 1000011 110

Color Harmonies of #05190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05190B

Black with #05190B

Text Example


Text Example

White with #05190B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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