#134521

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

Shades of Deep Fir #134521

Tints of Deep Fir #134521

Color information

#134521 (or 0x134521) is unknown color: approx Deep Fir. HEX triplet: 13, 45 and 21. RGB value is (19,69,33). Sum of RGB (Red+Green+Blue) = 19+69+33=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #134521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134521 is #ECBADE. Grayscale: #323232. Windows color (decimal): -15514335 or 2180371. OLE color: 2180371.

HSL color Cylindrical-coordinate representation of color #134521: hue angle of 136.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134521 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB196933-
CMYK0.7200.520.73
HSL136.8º56.82%17.25%-
HSV(B)136.8º72.46%27.06%-
XYZ2.674.52.17-
YUV49.95118.44105.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 69 (27.34% from 255) = 57.02%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=15.70%
G=57.02%
B=27.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969330.7200.520.73136.856.8217.25
Hex1345214803449893911
Octal23105411100641112117121
Binary1001110001011000011001000011010010010011000100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134521; }

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

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

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

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

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

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

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

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