#134924

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

Shades of Deep Fir #134924

Tints of Deep Fir #134924

Color information

#134924 (or 0x134924) is unknown color: approx Deep Fir. HEX triplet: 13, 49 and 24. RGB value is (19,73,36). Sum of RGB (Red+Green+Blue) = 19+73+36=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #134924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134924 is #ECB6DB. Grayscale: #343434. Windows color (decimal): -15513308 or 2378003. OLE color: 2378003.

HSL color Cylindrical-coordinate representation of color #134924: hue angle of 138.89º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #134924 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB197336-
CMYK0.7400.510.71
HSL138.89º58.7%18.04%-
HSV(B)138.89º73.97%28.63%-
XYZ2.975.032.48-
YUV52.64118.61104.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 73 (28.91% from 255) = 57.03%
BLUE value IS 36 (14.45% from 255) = 28.12%
R=14.84%
G=57.03%
B=28.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973360.7400.510.71138.8958.718.04
Hex1349244A033478b3b12
Octal23111441120631072137322
Binary1001110010011001001001010011001110001111000101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134924; }

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

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

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

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

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

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

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

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