#051300

Color #051300 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #051300

Tints of Pine Tree #051300

Color information

#051300 (or 0x051300) is unknown color: approx Pine Tree. HEX triplet: 05, 13 and 00. RGB value is (5,19,0). Sum of RGB (Red+Green+Blue) = 5+19+0=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 19 (7.81% from 255 or 79.17% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 19 - color contains mainly: green. Hex color #051300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051300 is #FAECFF. Grayscale: #0C0C0C. Windows color (decimal): -16444672 or 4869. OLE color: 4869.

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

Color convert

RGB5190-
CMYK0.74010.93
HSL104.21º100%3.73%-
HSV(B)104.21º100%7.45%-
XYZ0.30.50.08-
YUV12.65120.86122.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20.83%
GREEN value IS 19 (7.81% from 255) = 79.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.83%
G=79.17%
B=0%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51900.74010.93104.211003.73
Hex51304A0645D68644
Octal523011201441351501444
Binary101100110100101001100100101110111010001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051300; }

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

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

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

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

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

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

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

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