#193209

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

Shades of Pine Tree #193209

Tints of Pine Tree #193209

Color information

#193209 (or 0x193209) is unknown color: approx Pine Tree. HEX triplet: 19, 32 and 09. RGB value is (25,50,9). Sum of RGB (Red+Green+Blue) = 25+50+9=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #193209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193209 is #E6CDF6. Grayscale: #252525. Windows color (decimal): -15126007 or 602649. OLE color: 602649.

HSL color Cylindrical-coordinate representation of color #193209: hue angle of 96.59º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193209 is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.

Color convert

RGB25509-
CMYK0.5000.820.80
HSL96.59º69.49%11.57%-
HSV(B)96.59º82%19.61%-
XYZ1.592.510.66-
YUV37.85111.72118.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.76%
GREEN value IS 50 (19.92% from 255) = 59.52%
BLUE value IS 9 (3.91% from 255) = 10.71%
R=29.76%
G=59.52%
B=10.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal255090.5000.820.8096.5969.4911.57
Hex1932932052506145c
Octal31621162012212014110514
Binary110011100101001110010010100101010000110000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193209; }

 p { color: rgb(25,50,9); }

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

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

 a { background-color: rgb(25,50,9); }

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

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

 span { border-color: rgb(25,50,9); }

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