Html Css Color HEX #131610 Pine Tree

📋 copy color: '#131610'

red 19 ◦ green 22 ◦ blue 16

#131610
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #131610

Tints of Pine Tree #131610

RGB

 RED value IS 19 (7.81% from 255) = 33.33%

 GREEN value IS 22 (8.98% from 255) = 38.6%

 BLUE value IS 16 (6.64% from 255) = 28.07%

R = 33.33%
G = 38.6%
B = 28.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.91

RGB Variations

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

Color information

#131610 (or 0x131610) is known color: Pine Tree. HEX triplet: 13, 16 and 10. RGB value is (19,22,16). Sum of RGB (Red+Green+Blue) = 19+22+16=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 22 - color contains mainly: green. Hex color #131610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131610 is #ECE9EF. Grayscale: #141414. Windows color (decimal): -15526384 or 1054227. OLE color: 1054227.

HSL color Cylindrical-coordinate representation of color #131610: hue angle of 90º degrees, saturation: 0.16, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #131610 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 22 16 -
CMYK 0.14 0 0.27 0.91
HSL 90º 0.16% 0.07% -
HSV(B) 90º 0.27% 0.09% -
XYZ 0.65 0.75 0.6 -
YUV 20.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 19 22 16 0.14 0 0.27 0.91 90 0.16 0.07
Hex 13 16 10 E 0 1B 5B 5A 10 7
Octal 23 26 20 16 0 33 133 132 20 7
Binary 10011 10110 10000 1110 0 11011 1011011 1011010 10000 111

Color Harmonies of #131610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131610

Black with #131610

Text Example


Text Example

White with #131610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131610; }

 p { color: rgb(19,22,16); }

 H1.HeaderClassName
 {
   color: #131610;
 }
 .AnyTagClassName
 {
   color: #131610;
 }
</style>

background-color css

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

 a { background-color: rgb(19,22,16); }

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

border-color css

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

 span { border-color: rgb(19,22,16); }

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