#061300

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

Shades of Pine Tree #061300

Tints of Pine Tree #061300

Color information

#061300 (or 0x061300) is unknown color: approx Pine Tree. HEX triplet: 06, 13 and 00. RGB value is (6,19,0). Sum of RGB (Red+Green+Blue) = 6+19+0=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 19 (7.81% from 255 or 76% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 19 - color contains mainly: green. Hex color #061300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061300 is #F9ECFF. Grayscale: #0D0D0D. Windows color (decimal): -16379136 or 4870. OLE color: 4870.

HSL color Cylindrical-coordinate representation of color #061300: hue angle of 101.05º 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 #061300 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB6190-
CMYK0.68010.93
HSL101.05º100%3.73%-
HSV(B)101.05º100%7.45%-
XYZ0.310.50.08-
YUV12.95120.69123.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 24%
GREEN value IS 19 (7.81% from 255) = 76%
BLUE value IS 0 (0.39% from 255) = 0%
R=24%
G=76%
B=0%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal61900.68010.93101.051003.73
Hex6130440645D65644
Octal623010401441351451444
Binary110100110100010001100100101110111001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061300; }

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

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

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

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

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

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

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

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