#133918

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

Shades of Deep Fir #133918

Tints of Deep Fir #133918

Color information

#133918 (or 0x133918) is unknown color: approx Deep Fir. HEX triplet: 13, 39 and 18. RGB value is (19,57,24). Sum of RGB (Red+Green+Blue) = 19+57+24=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 57 (22.66% from 255 or 57% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 57 - color contains mainly: green. Hex color #133918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133918 is #ECC6E7. Grayscale: #292929. Windows color (decimal): -15517416 or 1587475. OLE color: 1587475.

HSL color Cylindrical-coordinate representation of color #133918: hue angle of 127.89º 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 #133918 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB195724-
CMYK0.6700.580.78
HSL127.89º50%14.9%-
HSV(B)127.89º66.67%22.35%-
XYZ1.93.131.37-
YUV41.88117.91111.68-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 57 (22.66% from 255) = 57%
BLUE value IS 24 (9.77% from 255) = 24%
R=19%
G=57%
B=24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957240.6700.580.78127.895014.9
Hex1339184303A4E8032f
Octal2371301030721162006217
Binary1001111100111000100001101110101001110100000001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133918; }

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

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

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

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

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

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

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

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