#134524

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

Shades of Deep Fir #134524

Tints of Deep Fir #134524

Color information

#134524 (or 0x134524) is unknown color: approx Deep Fir. HEX triplet: 13, 45 and 24. RGB value is (19,69,36). Sum of RGB (Red+Green+Blue) = 19+69+36=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #134524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134524 is #ECBADB. Grayscale: #323232. Windows color (decimal): -15514332 or 2376979. OLE color: 2376979.

HSL color Cylindrical-coordinate representation of color #134524: hue angle of 140.4º 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 #134524 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB196936-
CMYK0.7200.480.73
HSL140.4º56.82%17.25%-
HSV(B)140.4º72.46%27.06%-
XYZ2.724.522.4-
YUV50.29119.94105.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 69 (27.34% from 255) = 55.65%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=15.32%
G=55.65%
B=29.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969360.7200.480.73140.456.8217.25
Hex13452448030498c3911
Octal23105441100601112147121
Binary1001110001011001001001000011000010010011000110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134524; }

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

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

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

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

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

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

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

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