#192606

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

Shades of Pine Tree #192606

Tints of Pine Tree #192606

Color information

#192606 (or 0x192606) is unknown color: approx Pine Tree. HEX triplet: 19, 26 and 06. RGB value is (25,38,6). Sum of RGB (Red+Green+Blue) = 25+38+6=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #192606 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #192606 is #E6D9F9. Grayscale: #1E1E1E. Windows color (decimal): -15129082 or 402969. OLE color: 402969.

HSL color Cylindrical-coordinate representation of color #192606: hue angle of 84.38º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #192606 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB25386-
CMYK0.3400.840.85
HSL84.38º72.73%8.63%-
HSV(B)84.38º84.21%14.9%-
XYZ1.131.610.42-
YUV30.46114.19124.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 36.23%
GREEN value IS 38 (15.23% from 255) = 55.07%
BLUE value IS 6 (2.73% from 255) = 8.70%
R=36.23%
G=55.07%
B=8.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal253860.3400.840.8584.3872.738.63
Hex19266220545554499
Octal3146642012412512411111
Binary11001100110110100010010101001010101101010010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192606; }

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

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

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

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

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

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

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

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