#133824

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

Shades of Deep Fir #133824

Tints of Deep Fir #133824

Color information

#133824 (or 0x133824) is unknown color: approx Deep Fir. HEX triplet: 13, 38 and 24. RGB value is (19,56,36). Sum of RGB (Red+Green+Blue) = 19+56+36=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 36 (14.45% from 255 or 32.43% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #133824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133824 is #ECC7DB. Grayscale: #2A2A2A. Windows color (decimal): -15517660 or 2373651. OLE color: 2373651.

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

Color convert

RGB195636-
CMYK0.6600.360.78
HSL147.57º49.33%14.71%-
HSV(B)147.57º66.07%21.96%-
XYZ23.092.16-
YUV42.66124.24111.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 56 (22.27% from 255) = 50.45%
BLUE value IS 36 (14.45% from 255) = 32.43%
R=17.12%
G=50.45%
B=32.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956360.6600.360.78147.5749.3314.71
Hex133824420244E9431f
Octal2370441020441162246117
Binary10011111000100100100001001001001001110100101001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133824; }

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

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

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

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

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

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

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

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