#05130B

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

Shades of Dark Green #05130B

Tints of Dark Green #05130B

Color information

#05130B (or 0x05130B) is unknown color: approx Dark Green. HEX triplet: 05, 13 and 0B. RGB value is (5,19,11). Sum of RGB (Red+Green+Blue) = 5+19+11=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #05130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05130B is #FAECF4. Grayscale: #0D0D0D. Windows color (decimal): -16444661 or 725765. OLE color: 725765.

HSL color Cylindrical-coordinate representation of color #05130B: hue angle of 145.71º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #05130B is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB51911-
CMYK0.7400.420.93
HSL145.71º58.33%4.71%-
HSV(B)145.71º73.68%7.45%-
XYZ0.360.520.4-
YUV13.9126.36121.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 14.29%
GREEN value IS 19 (7.81% from 255) = 54.29%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=14.29%
G=54.29%
B=31.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal519110.7400.420.93145.7158.334.71
Hex513B4A02A5D923a5
Octal52313112052135222725
Binary10110011101110010100101010101110110010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05130B; }

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

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

<style>
 a { background-color: #05130B; }

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

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

<style>
 span { border-color: #05130B; }

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

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