#05180C

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

Shades of Dark Green #05180C

Tints of Dark Green #05180C

Color information

#05180C (or 0x05180C) is unknown color: approx Dark Green. HEX triplet: 05, 18 and 0C. RGB value is (5,24,12). Sum of RGB (Red+Green+Blue) = 5+24+12=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 24 (9.77% from 255 or 58.54% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 24 - color contains mainly: green. Hex color #05180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05180C is #FAE7F3. Grayscale: #101010. Windows color (decimal): -16443380 or 792581. OLE color: 792581.

HSL color Cylindrical-coordinate representation of color #05180C: hue angle of 142.11º 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 #05180C is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB52412-
CMYK0.7900.500.91
HSL142.11º65.52%5.69%-
HSV(B)142.11º79.17%9.41%-
XYZ0.460.710.46-
YUV16.95125.21119.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 24 (9.77% from 255) = 58.54%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=12.20%
G=58.54%
B=29.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal524120.7900.500.91142.1165.525.69
Hex518C4F0325B8e426
Octal530141170621332161026
Binary101110001100100111101100101011011100011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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