#133A25

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

Shades of Deep Fir #133A25

Tints of Deep Fir #133A25

Color information

#133A25 (or 0x133A25) is unknown color: approx Deep Fir. HEX triplet: 13, 3A and 25. RGB value is (19,58,37). Sum of RGB (Red+Green+Blue) = 19+58+37=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 58 (23.05% from 255 or 50.88% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 58 - color contains mainly: green. Hex color #133A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A25 is #ECC5DA. Grayscale: #2B2B2B. Windows color (decimal): -15517147 or 2439699. OLE color: 2439699.

HSL color Cylindrical-coordinate representation of color #133A25: hue angle of 147.69º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A25 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB195837-
CMYK0.6700.360.77
HSL147.69º50.65%15.1%-
HSV(B)147.69º67.24%22.75%-
XYZ2.123.32.28-
YUV43.94124.08110.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 58 (23.05% from 255) = 50.88%
BLUE value IS 37 (14.84% from 255) = 32.46%
R=16.67%
G=50.88%
B=32.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1958370.6700.360.77147.6950.6515.1
Hex133A25430244D9433f
Octal2372451030441152246317
Binary10011111010100101100001101001001001101100101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A25; }

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

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

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

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

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

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

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

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