#050C0A

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

Shades of Dark Green #050C0A

Tints of Dark Green #050C0A

Color information

#050C0A (or 0x050C0A) is unknown color: approx Dark Green. HEX triplet: 05, 0C and 0A. RGB value is (5,12,10). Sum of RGB (Red+Green+Blue) = 5+12+10=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 12 (5.08% from 255 or 44.44% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 12 - color contains mainly: green. Hex color #050C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C0A is #FAF3F5. Grayscale: #090909. Windows color (decimal): -16446454 or 658437. OLE color: 658437.

HSL color Cylindrical-coordinate representation of color #050C0A: hue angle of 162.86º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #050C0A is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.95.

Color convert

RGB51210-
CMYK0.5800.170.95
HSL162.86º41.18%3.33%-
HSV(B)162.86º58.33%4.71%-
XYZ0.250.320.34-
YUV9.68128.18124.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 18.52%
GREEN value IS 12 (5.08% from 255) = 44.44%
BLUE value IS 10 (4.30% from 255) = 37.04%
R=18.52%
G=44.44%
B=37.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal512100.5800.170.95162.8641.183.33
Hex5CA3A0115Fa3293
Octal5141272021137243513
Binary1011100101011101001000110111111010001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050C0A; }

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

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

<style>
 a { background-color: #050C0A; }

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

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

<style>
 span { border-color: #050C0A; }

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

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