#163004

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

Shades of Pine Tree #163004

Tints of Pine Tree #163004

Color information

#163004 (or 0x163004) is unknown color: approx Pine Tree. HEX triplet: 16, 30 and 04. RGB value is (22,48,4). Sum of RGB (Red+Green+Blue) = 22+48+4=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #163004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163004 is #E9CFFB. Grayscale: #232323. Windows color (decimal): -15323132 or 274454. OLE color: 274454.

HSL color Cylindrical-coordinate representation of color #163004: hue angle of 95.45º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #163004 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB22484-
CMYK0.5400.920.81
HSL95.45º84.62%10.2%-
HSV(B)95.45º91.67%18.82%-
XYZ1.412.290.48-
YUV35.21110.39118.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.73%
GREEN value IS 48 (19.14% from 255) = 64.86%
BLUE value IS 4 (1.95% from 255) = 5.41%
R=29.73%
G=64.86%
B=5.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal224840.5400.920.8195.4584.6210.2
Hex163043605C515f55a
Octal2660466013412113712512
Binary10110110000100110110010111001010001101111110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163004; }

 p { color: rgb(22,48,4); }

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

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

 a { background-color: rgb(22,48,4); }

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

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

 span { border-color: rgb(22,48,4); }

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