#05180A

Color #05180A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #05180A

Tints of Dark Green #05180A

Color information

#05180A (or 0x05180A) is unknown color: approx Dark Green. HEX triplet: 05, 18 and 0A. RGB value is (5,24,10). Sum of RGB (Red+Green+Blue) = 5+24+10=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 24 (9.77% from 255 or 61.54% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 24 - color contains mainly: green. Hex color #05180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05180A is #FAE7F5. Grayscale: #101010. Windows color (decimal): -16443382 or 661509. OLE color: 661509.

HSL color Cylindrical-coordinate representation of color #05180A: hue angle of 135.79º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #05180A is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB52410-
CMYK0.7900.580.91
HSL135.79º65.52%5.69%-
HSV(B)135.79º79.17%9.41%-
XYZ0.440.710.4-
YUV16.72124.21119.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 24 (9.77% from 255) = 61.54%
BLUE value IS 10 (4.30% from 255) = 25.64%
R=12.82%
G=61.54%
B=25.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal524100.7900.580.91135.7965.525.69
Hex518A4F03A5B88426
Octal530121170721332101026
Binary101110001010100111101110101011011100010001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05180A;
 }
 .AnyTagClassName
 {
   color: #05180A;
 }
</style>
background-color css

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

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

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

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

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

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