#134C1D

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

Shades of Deep Fir #134C1D

Tints of Deep Fir #134C1D

Color information

#134C1D (or 0x134C1D) is unknown color: approx Deep Fir. HEX triplet: 13, 4C and 1D. RGB value is (19,76,29). Sum of RGB (Red+Green+Blue) = 19+76+29=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 76 (30.08% from 255 or 61.29% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 76 - color contains mainly: green. Hex color #134C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C1D is #ECB3E2. Grayscale: #353535. Windows color (decimal): -15512547 or 1920019. OLE color: 1920019.

HSL color Cylindrical-coordinate representation of color #134C1D: hue angle of 130.53º 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 #134C1D is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB197629-
CMYK0.7500.620.70
HSL130.53º60%18.63%-
HSV(B)130.53º75%29.8%-
XYZ3.075.42.04-
YUV53.6114.12103.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 76 (30.08% from 255) = 61.29%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=15.32%
G=61.29%
B=23.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1976290.7500.620.70130.536018.63
Hex134C1D4B03E46833c13
Octal23114351130761062037423
Binary100111001100111011001011011111010001101000001111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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