#134B1E

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

Shades of Deep Fir #134B1E

Tints of Deep Fir #134B1E

Color information

#134B1E (or 0x134B1E) is unknown color: approx Deep Fir. HEX triplet: 13, 4B and 1E. RGB value is (19,75,30). Sum of RGB (Red+Green+Blue) = 19+75+30=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 75 (29.69% from 255 or 60.48% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 75 - color contains mainly: green. Hex color #134B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134B1E is #ECB4E1. Grayscale: #353535. Windows color (decimal): -15512802 or 1985299. OLE color: 1985299.

HSL color Cylindrical-coordinate representation of color #134B1E: hue angle of 131.79º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134B1E is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB197530-
CMYK0.7500.600.71
HSL131.79º59.57%18.43%-
HSV(B)131.79º74.67%29.41%-
XYZ3.025.262.09-
YUV53.13114.95103.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 75 (29.69% from 255) = 60.48%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=15.32%
G=60.48%
B=24.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1975300.7500.600.71131.7959.5718.43
Hex134B1E4B03C47843c12
Octal23113361130741072047422
Binary100111001011111101001011011110010001111000010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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