#133924

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

Shades of Deep Fir #133924

Tints of Deep Fir #133924

Color information

#133924 (or 0x133924) is unknown color: approx Deep Fir. HEX triplet: 13, 39 and 24. RGB value is (19,57,36). Sum of RGB (Red+Green+Blue) = 19+57+36=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #133924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133924 is #ECC6DB. Grayscale: #2B2B2B. Windows color (decimal): -15517404 or 2373907. OLE color: 2373907.

HSL color Cylindrical-coordinate representation of color #133924: hue angle of 146.84º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133924 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB195736-
CMYK0.6700.370.78
HSL146.84º50%14.9%-
HSV(B)146.84º66.67%22.35%-
XYZ2.053.192.18-
YUV43.24123.91110.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 57 (22.66% from 255) = 50.89%
BLUE value IS 36 (14.45% from 255) = 32.14%
R=16.96%
G=50.89%
B=32.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957360.6700.370.78146.845014.9
Hex133924430254E9332f
Octal2371441030451162236217
Binary10011111001100100100001101001011001110100100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133924; }

 p { color: rgb(19,57,36); }

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

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

 a { background-color: rgb(19,57,36); }

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

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

 span { border-color: rgb(19,57,36); }

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