#134425

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

Shades of Deep Fir #134425

Tints of Deep Fir #134425

Color information

#134425 (or 0x134425) is unknown color: approx Deep Fir. HEX triplet: 13, 44 and 25. RGB value is (19,68,37). Sum of RGB (Red+Green+Blue) = 19+68+37=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #134425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134425 is #ECBBDA. Grayscale: #313131. Windows color (decimal): -15514587 or 2442259. OLE color: 2442259.

HSL color Cylindrical-coordinate representation of color #134425: hue angle of 142.04º degrees, saturation: 0.56, 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 #134425 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB196837-
CMYK0.7200.460.73
HSL142.04º56.32%17.06%-
HSV(B)142.04º72.06%26.67%-
XYZ2.674.412.46-
YUV49.82120.77106.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 68 (26.95% from 255) = 54.84%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=15.32%
G=54.84%
B=29.84%

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
Decimal1968370.7200.460.73142.0456.3217.06
Hex1344254802E498e3811
Octal23104451100561112167021
Binary1001110001001001011001000010111010010011000111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134425; }

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

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

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

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

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

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

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

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