#060D04

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

Shades of Pine Tree #060D04

Tints of Pine Tree #060D04

Color information

#060D04 (or 0x060D04) is unknown color: approx Pine Tree. HEX triplet: 06, 0D and 04. RGB value is (6,13,4). Sum of RGB (Red+Green+Blue) = 6+13+4=23 (3% of max value = 765). Red value is 6 (2.73% from 255 or 26.09% from 23); Green value is 13 (5.47% from 255 or 56.52% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 13 - color contains mainly: green. Hex color #060D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060D04 is #F9F2FB. Grayscale: #090909. Windows color (decimal): -16380668 or 265478. OLE color: 265478.

HSL color Cylindrical-coordinate representation of color #060D04: hue angle of 106.67º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #060D04 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.95.

Color convert

RGB6134-
CMYK0.5400.690.95
HSL106.67º52.94%3.33%-
HSV(B)106.67º69.23%5.1%-
XYZ0.240.340.17-
YUV9.88124.68125.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 26.09%
GREEN value IS 13 (5.47% from 255) = 56.52%
BLUE value IS 4 (1.95% from 255) = 17.39%
R=26.09%
G=56.52%
B=17.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal61340.5400.690.95106.6752.943.33
Hex6D4360455F6b353
Octal6154660105137153653
Binary1101101100110110010001011011111110101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060D04; }

 p { color: rgb(6,13,4); }

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

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

 a { background-color: rgb(6,13,4); }

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

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

 span { border-color: rgb(6,13,4); }

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