#134721

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

Shades of Deep Fir #134721

Tints of Deep Fir #134721

Color information

#134721 (or 0x134721) is unknown color: approx Deep Fir. HEX triplet: 13, 47 and 21. RGB value is (19,71,33). Sum of RGB (Red+Green+Blue) = 19+71+33=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #134721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134721 is #ECB8DE. Grayscale: #333333. Windows color (decimal): -15513823 or 2180883. OLE color: 2180883.

HSL color Cylindrical-coordinate representation of color #134721: hue angle of 136.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134721 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB197133-
CMYK0.7300.540.72
HSL136.15º57.78%17.65%-
HSV(B)136.15º73.24%27.84%-
XYZ2.84.752.21-
YUV51.12117.77105.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 71 (28.12% from 255) = 57.72%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=15.45%
G=57.72%
B=26.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971330.7300.540.72136.1557.7817.65
Hex1347214903648883a12
Octal23107411110661102107222
Binary1001110001111000011001001011011010010001000100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134721; }

 p { color: rgb(19,71,33); }

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

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

 a { background-color: rgb(19,71,33); }

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

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

 span { border-color: rgb(19,71,33); }

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