#163005

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

Shades of Pine Tree #163005

Tints of Pine Tree #163005

Color information

#163005 (or 0x163005) is unknown color: approx Pine Tree. HEX triplet: 16, 30 and 05. RGB value is (22,48,5). Sum of RGB (Red+Green+Blue) = 22+48+5=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 48 (19.14% from 255 or 64% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 48 - color contains mainly: green. Hex color #163005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163005 is #E9CFFA. Grayscale: #232323. Windows color (decimal): -15323131 or 339990. OLE color: 339990.

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

Color convert

RGB22485-
CMYK0.5400.900.81
HSL96.28º81.13%10.39%-
HSV(B)96.28º89.58%18.82%-
XYZ1.422.30.51-
YUV35.32110.89118.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 29.33%
GREEN value IS 48 (19.14% from 255) = 64%
BLUE value IS 5 (2.34% from 255) = 6.67%
R=29.33%
G=64%
B=6.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal224850.5400.900.8196.2881.1310.39
Hex163053605A516051a
Octal2660566013212114012112
Binary10110110000101110110010110101010001110000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163005; }

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

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

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

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

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

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

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

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