#134C1E

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

Shades of Deep Fir #134C1E

Tints of Deep Fir #134C1E

Color information

#134C1E (or 0x134C1E) is unknown color: approx Deep Fir. HEX triplet: 13, 4C and 1E. RGB value is (19,76,30). Sum of RGB (Red+Green+Blue) = 19+76+30=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #134C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C1E is #ECB3E1. Grayscale: #353535. Windows color (decimal): -15512546 or 1985555. OLE color: 1985555.

HSL color Cylindrical-coordinate representation of color #134C1E: hue angle of 131.58º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C1E is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB197630-
CMYK0.7500.610.70
HSL131.58º60%18.63%-
HSV(B)131.58º75%29.8%-
XYZ3.095.42.11-
YUV53.71114.62103.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 76 (30.08% from 255) = 60.8%
BLUE value IS 30 (12.11% from 255) = 24%
R=15.2%
G=60.8%
B=24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1976300.7500.610.70131.586018.63
Hex134C1E4B03D46843c13
Octal23114361130751062047423
Binary100111001100111101001011011110110001101000010011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134C1E; }

 p { color: rgb(19,76,30); }

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

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

 a { background-color: rgb(19,76,30); }

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

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

 span { border-color: rgb(19,76,30); }

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