#193407

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

Shades of Pine Tree #193407

Tints of Pine Tree #193407

Color information

#193407 (or 0x193407) is unknown color: approx Pine Tree. HEX triplet: 19, 34 and 07. RGB value is (25,52,7). Sum of RGB (Red+Green+Blue) = 25+52+7=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #193407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193407 is #E6CBF8. Grayscale: #262626. Windows color (decimal): -15125497 or 472089. OLE color: 472089.

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

Color convert

RGB25527-
CMYK0.5200.870.80
HSL96º76.27%11.57%-
HSV(B)96º86.54%20.39%-
XYZ1.672.680.63-
YUV38.8110.05118.16-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 29.76%
GREEN value IS 52 (20.70% from 255) = 61.90%
BLUE value IS 7 (3.12% from 255) = 8.33%
R=29.76%
G=61.90%
B=8.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal255270.5200.870.809676.2711.57
Hex193473405750604cc
Octal3164764012712014011414
Binary11001110100111110100010101111010000110000010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193407; }

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

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

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

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

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

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

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

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