#134124

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

Shades of Deep Fir #134124

Tints of Deep Fir #134124

Color information

#134124 (or 0x134124) is unknown color: approx Deep Fir. HEX triplet: 13, 41 and 24. RGB value is (19,65,36). Sum of RGB (Red+Green+Blue) = 19+65+36=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #134124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134124 is #ECBEDB. Grayscale: #303030. Windows color (decimal): -15515356 or 2375955. OLE color: 2375955.

HSL color Cylindrical-coordinate representation of color #134124: hue angle of 142.17º 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 #134124 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB196536-
CMYK0.7100.450.75
HSL142.17º54.76%16.47%-
HSV(B)142.17º70.77%25.49%-
XYZ2.484.052.32-
YUV47.94121.26107.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 65 (25.78% from 255) = 54.17%
BLUE value IS 36 (14.45% from 255) = 30%
R=15.83%
G=54.17%
B=30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965360.7100.450.75142.1754.7616.47
Hex1341244702D4B8e3710
Octal23101441070551132166720
Binary1001110000011001001000111010110110010111000111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134124; }

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

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

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

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

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

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

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

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