#134120

Color #134120 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #134120

Tints of Deep Fir #134120

Color information

#134120 (or 0x134120) is unknown color: approx Deep Fir. HEX triplet: 13, 41 and 20. RGB value is (19,65,32). Sum of RGB (Red+Green+Blue) = 19+65+32=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #134120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134120 is #ECBEDF. Grayscale: #2F2F2F. Windows color (decimal): -15515360 or 2113811. OLE color: 2113811.

HSL color Cylindrical-coordinate representation of color #134120: hue angle of 136.96º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134120 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB196532-
CMYK0.7100.510.75
HSL136.96º54.76%16.47%-
HSV(B)136.96º70.77%25.49%-
XYZ2.424.022.02-
YUV47.48119.26107.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 65 (25.78% from 255) = 56.03%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=16.38%
G=56.03%
B=27.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965320.7100.510.75136.9654.7616.47
Hex134120470334B893710
Octal23101401070631132116720
Binary1001110000011000001000111011001110010111000100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134120; }

 p { color: rgb(19,65,32); }

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

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

 a { background-color: rgb(19,65,32); }

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

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

 span { border-color: rgb(19,65,32); }

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