#05100A

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

Shades of Dark Green #05100A

Tints of Dark Green #05100A

Color information

#05100A (or 0x05100A) is unknown color: approx Dark Green. HEX triplet: 05, 10 and 0A. RGB value is (5,16,10). Sum of RGB (Red+Green+Blue) = 5+16+10=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 16 (6.64% from 255 or 51.61% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 16 - color contains mainly: green. Hex color #05100A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05100A is #FAEFF5. Grayscale: #0C0C0C. Windows color (decimal): -16445430 or 659461. OLE color: 659461.

HSL color Cylindrical-coordinate representation of color #05100A: hue angle of 147.27º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #05100A is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.94.

Color convert

RGB51610-
CMYK0.6900.370.94
HSL147.27º52.38%4.12%-
HSV(B)147.27º68.75%6.27%-
XYZ0.30.420.35-
YUV12.03126.86122.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.13%
GREEN value IS 16 (6.64% from 255) = 51.61%
BLUE value IS 10 (4.30% from 255) = 32.26%
R=16.13%
G=51.61%
B=32.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal516100.6900.370.94147.2752.384.12
Hex510A450255E93344
Octal52012105045136223644
Binary10110000101010001010100101101111010010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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