Html Css Color HEX #05110A Dark Green

📋 copy color: '#05110A'

red 5 ◦ green 17 ◦ blue 10

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

Shades of Dark Green #05110A

Tints of Dark Green #05110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 53.13%

 BLUE value IS 10 (4.3% from 255) = 31.25%

R = 15.63%
G = 53.13%
B = 31.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.93

RGB Variations

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

Color information

#05110A (or 0x05110A) is known color: Dark Green. HEX triplet: 05, 11 and 0A. RGB value is (5,17,10). Sum of RGB (Red+Green+Blue) = 5+17+10=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 17 (7.03% from 255 or 53.12% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 17 - color contains mainly: green. Hex color #05110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05110A is #FAEEF5. Grayscale: #0C0C0C. Windows color (decimal): -16445174 or 659717. OLE color: 659717.

HSL color Cylindrical-coordinate representation of color #05110A: hue angle of 145º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #05110A is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 17 10 -
CMYK 0.71 0 0.41 0.93
HSL 145º 0.55% 0.04% -
HSV(B) 145º 0.71% 0.07% -
XYZ 0.32 0.46 0.36 -
YUV 12.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 5 17 10 0.71 0 0.41 0.93 145 0.55 0.04
Hex 5 11 A 47 0 29 5D 91 37 4
Octal 5 21 12 107 0 51 135 221 67 4
Binary 101 10001 1010 1000111 0 101001 1011101 10010001 110111 100

Color Harmonies of #05110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05110A

Black with #05110A

Text Example


Text Example

White with #05110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05110A; }

 p { color: rgb(5,17,10); }

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

background-color css

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

 a { background-color: rgb(5,17,10); }

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

border-color css

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

 span { border-color: rgb(5,17,10); }

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