#134525

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

Shades of Deep Fir #134525

Tints of Deep Fir #134525

Color information

#134525 (or 0x134525) is unknown color: approx Deep Fir. HEX triplet: 13, 45 and 25. RGB value is (19,69,37). Sum of RGB (Red+Green+Blue) = 19+69+37=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #134525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134525 is #ECBADA. Grayscale: #323232. Windows color (decimal): -15514331 or 2442515. OLE color: 2442515.

HSL color Cylindrical-coordinate representation of color #134525: hue angle of 141.6º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134525 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB196937-
CMYK0.7200.460.73
HSL141.6º56.82%17.25%-
HSV(B)141.6º72.46%27.06%-
XYZ2.734.532.48-
YUV50.4120.44105.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 69 (27.34% from 255) = 55.2%
BLUE value IS 37 (14.84% from 255) = 29.6%
R=15.2%
G=55.2%
B=29.6%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1969370.7200.460.73141.656.8217.25
Hex1345254802E498e3911
Octal23105451100561112167121
Binary1001110001011001011001000010111010010011000111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134525; }

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

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

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

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

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

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

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

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