#134125

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

Shades of Deep Fir #134125

Tints of Deep Fir #134125

Color information

#134125 (or 0x134125) is unknown color: approx Deep Fir. HEX triplet: 13, 41 and 25. RGB value is (19,65,37). Sum of RGB (Red+Green+Blue) = 19+65+37=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 65 (25.78% from 255 or 53.72% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 65 - color contains mainly: green. Hex color #134125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134125 is #ECBEDA. Grayscale: #303030. Windows color (decimal): -15515355 or 2441491. OLE color: 2441491.

HSL color Cylindrical-coordinate representation of color #134125: hue angle of 143.48º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #134125 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB196537-
CMYK0.7100.430.75
HSL143.48º54.76%16.47%-
HSV(B)143.48º70.77%25.49%-
XYZ2.494.052.4-
YUV48.05121.76107.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 65 (25.78% from 255) = 53.72%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=15.70%
G=53.72%
B=30.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1965370.7100.430.75143.4854.7616.47
Hex1341254702B4B8f3710
Octal23101451070531132176720
Binary1001110000011001011000111010101110010111000111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134125; }

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

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

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

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

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

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

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

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