Html Css Color HEX #05160A Dark Green

📋 copy color: '#05160A'

red 5 ◦ green 22 ◦ blue 10

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

Shades of Dark Green #05160A

Tints of Dark Green #05160A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 59.46%

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

R = 13.51%
G = 59.46%
B = 27.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.91

RGB Variations

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

Color information

#05160A (or 0x05160A) is known color: Dark Green. HEX triplet: 05, 16 and 0A. RGB value is (5,22,10). Sum of RGB (Red+Green+Blue) = 5+22+10=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 22 (8.98% from 255 or 59.46% from 37); Blue value is 10 (4.30% from 255 or 27.03% from 37); Max value from RGB is 22 - color contains mainly: green. Hex color #05160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05160A is #FAE9F5. Grayscale: #0F0F0F. Windows color (decimal): -16443894 or 660997. OLE color: 660997.

HSL color Cylindrical-coordinate representation of color #05160A: hue angle of 137.65º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #05160A is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 22 10 -
CMYK 0.77 0 0.55 0.91
HSL 137.65º 0.63% 0.05% -
HSV(B) 137.65º 0.77% 0.09% -
XYZ 0.4 0.63 0.39 -
YUV 15.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 5 22 10 0.77 0 0.55 0.91 137.65 0.63 0.05
Hex 5 16 A 4D 0 37 5B 8A 3F 5
Octal 5 26 12 115 0 67 133 212 77 5
Binary 101 10110 1010 1001101 0 110111 1011011 10001010 111111 101

Color Harmonies of #05160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05160A

Black with #05160A

Text Example


Text Example

White with #05160A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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