#193406

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

Shades of Pine Tree #193406

Tints of Pine Tree #193406

Color information

#193406 (or 0x193406) is unknown color: approx Pine Tree. HEX triplet: 19, 34 and 06. RGB value is (25,52,6). Sum of RGB (Red+Green+Blue) = 25+52+6=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #193406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193406 is #E6CBF9. Grayscale: #262626. Windows color (decimal): -15125498 or 406553. OLE color: 406553.

HSL color Cylindrical-coordinate representation of color #193406: hue angle of 95.22º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #193406 is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB25526-
CMYK0.5200.880.80
HSL95.22º79.31%11.37%-
HSV(B)95.22º88.46%20.39%-
XYZ1.662.680.6-
YUV38.68109.55118.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.12%
GREEN value IS 52 (20.70% from 255) = 62.65%
BLUE value IS 6 (2.73% from 255) = 7.23%
R=30.12%
G=62.65%
B=7.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal255260.5200.880.8095.2279.3111.37
Hex1934634058505f4fb
Octal3164664013012013711713
Binary11001110100110110100010110001010000101111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193406; }

 p { color: rgb(25,52,6); }

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

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

 a { background-color: rgb(25,52,6); }

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

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

 span { border-color: rgb(25,52,6); }

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