#051B13

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

Shades of Dark Green #051B13

Tints of Dark Green #051B13

Color information

#051B13 (or 0x051B13) is unknown color: approx Dark Green. HEX triplet: 05, 1B and 13. RGB value is (5,27,19). Sum of RGB (Red+Green+Blue) = 5+27+19=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 27 (10.94% from 255 or 52.94% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 27 - color contains mainly: green. Hex color #051B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B13 is #FAE4EC. Grayscale: #131313. Windows color (decimal): -16442605 or 1252101. OLE color: 1252101.

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

Color convert

RGB52719-
CMYK0.8100.300.89
HSL158.18º68.75%6.27%-
HSV(B)158.18º81.48%10.59%-
XYZ0.570.860.75-
YUV19.51127.71117.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.80%
GREEN value IS 27 (10.94% from 255) = 52.94%
BLUE value IS 19 (7.81% from 255) = 37.25%
R=9.80%
G=52.94%
B=37.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal527190.8100.300.89158.1868.756.27
Hex51B135101E599e456
Octal533231210361312361056
Binary101110111001110100010111101011001100111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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