#193705

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

Shades of Pine Tree #193705

Tints of Pine Tree #193705

Color information

#193705 (or 0x193705) is unknown color: approx Pine Tree. HEX triplet: 19, 37 and 05. RGB value is (25,55,5). Sum of RGB (Red+Green+Blue) = 25+55+5=85 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.41% from 85); Green value is 55 (21.88% from 255 or 64.71% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 55 - color contains mainly: green. Hex color #193705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193705 is #E6C8FA. Grayscale: #282828. Windows color (decimal): -15124731 or 341785. OLE color: 341785.

HSL color Cylindrical-coordinate representation of color #193705: hue angle of 96º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #193705 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB25555-
CMYK0.5500.910.78
HSL96º83.33%11.76%-
HSV(B)96º90.91%21.57%-
XYZ1.792.950.62-
YUV40.33108.06117.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.41%
GREEN value IS 55 (21.88% from 255) = 64.71%
BLUE value IS 5 (2.34% from 255) = 5.88%
R=29.41%
G=64.71%
B=5.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal255550.5500.910.789683.3311.76
Hex193753705B4E6053c
Octal3167567013311614012314
Binary11001110111101110111010110111001110110000010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193705; }

 p { color: rgb(25,55,5); }

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

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

 a { background-color: rgb(25,55,5); }

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

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

 span { border-color: rgb(25,55,5); }

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