Html Css Color HEX #05160D Dark Green

📋 copy color: '#05160D'

red 5 ◦ green 22 ◦ blue 13

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

Shades of Dark Green #05160D

Tints of Dark Green #05160D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 32.5%

R = 12.5%
G = 55%
B = 32.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.41

 K value IS 0.91

RGB Variations

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

Color information

#05160D (or 0x05160D) is known color: Dark Green. HEX triplet: 05, 16 and 0D. RGB value is (5,22,13). Sum of RGB (Red+Green+Blue) = 5+22+13=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 22 (8.98% from 255 or 55% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 22 - color contains mainly: green. Hex color #05160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05160D is #FAE9F2. Grayscale: #0F0F0F. Windows color (decimal): -16443891 or 857605. OLE color: 857605.

HSL color Cylindrical-coordinate representation of color #05160D: hue angle of 148.24º 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 #05160D is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 22 13 -
CMYK 0.77 0 0.41 0.91
HSL 148.24º 0.63% 0.05% -
HSV(B) 148.24º 0.77% 0.09% -
XYZ 0.42 0.64 0.48 -
YUV 15.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 5 22 13 0.77 0 0.41 0.91 148.24 0.63 0.05
Hex 5 16 D 4D 0 29 5B 94 3F 5
Octal 5 26 15 115 0 51 133 224 77 5
Binary 101 10110 1101 1001101 0 101001 1011011 10010100 111111 101

Color Harmonies of #05160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05160D

Black with #05160D

Text Example


Text Example

White with #05160D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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