#134025

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

Shades of Deep Fir #134025

Tints of Deep Fir #134025

Color information

#134025 (or 0x134025) is unknown color: approx Deep Fir. HEX triplet: 13, 40 and 25. RGB value is (19,64,37). Sum of RGB (Red+Green+Blue) = 19+64+37=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #134025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134025 is #ECBFDA. Grayscale: #2F2F2F. Windows color (decimal): -15515611 or 2441235. OLE color: 2441235.

HSL color Cylindrical-coordinate representation of color #134025: hue angle of 144º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134025 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB196437-
CMYK0.7000.420.75
HSL144º54.22%16.27%-
HSV(B)144º70.31%25.1%-
XYZ2.443.942.38-
YUV47.47122.09107.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 37 (14.84% from 255) = 30.83%
R=15.83%
G=53.33%
B=30.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964370.7000.420.7514454.2216.27
Hex1340254602A4B903610
Octal23100451060521132206620
Binary1001110000001001011000110010101010010111001000011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134025; }

 p { color: rgb(19,64,37); }

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

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

 a { background-color: rgb(19,64,37); }

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

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

 span { border-color: rgb(19,64,37); }

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