#193700

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

Shades of Pine Tree #193700

Tints of Pine Tree #193700

Color information

#193700 (or 0x193700) is unknown color: approx Pine Tree. HEX triplet: 19, 37 and 00. RGB value is (25,55,0). Sum of RGB (Red+Green+Blue) = 25+55+0=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 55 (21.88% from 255 or 68.75% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 55 - color contains mainly: green. Hex color #193700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193700 is #E6C8FF. Grayscale: #272727. Windows color (decimal): -15124736 or 14105. OLE color: 14105.

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

Color convert

RGB25550-
CMYK0.55010.78
HSL92.73º100%10.78%-
HSV(B)92.73º100%21.57%-
XYZ1.772.940.47-
YUV39.76105.56117.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 31.25%
GREEN value IS 55 (21.88% from 255) = 68.75%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.25%
G=68.75%
B=0%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal255500.55010.7892.7310010.78
Hex19370370644E5d64b
Octal3167067014411613514413
Binary110011101110110111011001001001110101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193700; }

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

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

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

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

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

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

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

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