#192511

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

Shades of Pine Tree #192511

Tints of Pine Tree #192511

Color information

#192511 (or 0x192511) is unknown color: approx Pine Tree. HEX triplet: 19, 25 and 11. RGB value is (25,37,17). Sum of RGB (Red+Green+Blue) = 25+37+17=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #192511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192511 is #E6DAEE. Grayscale: #1F1F1F. Windows color (decimal): -15129327 or 1123609. OLE color: 1123609.

HSL color Cylindrical-coordinate representation of color #192511: hue angle of 96º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #192511 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB253717-
CMYK0.3200.540.85
HSL96º37.04%10.59%-
HSV(B)96º54.05%14.51%-
XYZ1.161.570.77-
YUV31.13120.02123.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.65%
GREEN value IS 37 (14.84% from 255) = 46.84%
BLUE value IS 17 (7.03% from 255) = 21.52%
R=31.65%
G=46.84%
B=21.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2537170.3200.540.859637.0410.59
Hex19251120036556025b
Octal314521400661251404513
Binary11001100101100011000000110110101010111000001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192511; }

 p { color: rgb(25,37,17); }

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

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

 a { background-color: rgb(25,37,17); }

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

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

 span { border-color: rgb(25,37,17); }

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