#133718

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

Shades of Deep Fir #133718

Tints of Deep Fir #133718

Color information

#133718 (or 0x133718) is unknown color: approx Deep Fir. HEX triplet: 13, 37 and 18. RGB value is (19,55,24). Sum of RGB (Red+Green+Blue) = 19+55+24=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #133718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133718 is #ECC8E7. Grayscale: #282828. Windows color (decimal): -15517928 or 1586963. OLE color: 1586963.

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

Color convert

RGB195524-
CMYK0.6500.560.78
HSL128.33º48.65%14.51%-
HSV(B)128.33º65.45%21.57%-
XYZ1.82.941.34-
YUV40.7118.57112.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 55 (21.88% from 255) = 56.12%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=19.39%
G=56.12%
B=24.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955240.6500.560.78128.3348.6514.51
Hex133718410384E8031f
Octal2367301010701162006117
Binary1001111011111000100000101110001001110100000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133718; }

 p { color: rgb(19,55,24); }

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

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

 a { background-color: rgb(19,55,24); }

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

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

 span { border-color: rgb(19,55,24); }

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