#051C13

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

Shades of Dark Green #051C13

Tints of Dark Green #051C13

Color information

#051C13 (or 0x051C13) is unknown color: approx Dark Green. HEX triplet: 05, 1C and 13. RGB value is (5,28,19). Sum of RGB (Red+Green+Blue) = 5+28+19=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #051C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C13 is #FAE3EC. Grayscale: #141414. Windows color (decimal): -16442349 or 1252357. OLE color: 1252357.

HSL color Cylindrical-coordinate representation of color #051C13: hue angle of 156.52º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051C13 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.

Color convert

RGB52819-
CMYK0.8200.320.89
HSL156.52º69.7%6.47%-
HSV(B)156.52º82.14%10.98%-
XYZ0.60.910.76-
YUV20.1127.38117.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.62%
GREEN value IS 28 (11.33% from 255) = 53.85%
BLUE value IS 19 (7.81% from 255) = 36.54%
R=9.62%
G=53.85%
B=36.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal528190.8200.320.89156.5269.76.47
Hex51C1352020599d466
Octal534231220401312351066
Binary1011110010011101001001000001011001100111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051C13; }

 p { color: rgb(5,28,19); }

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

<style>
 a { background-color: #051C13; }

 a { background-color: rgb(5,28,19); }

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

<style>
 span { border-color: #051C13; }

 span { border-color: rgb(5,28,19); }

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