#133818

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

Shades of Deep Fir #133818

Tints of Deep Fir #133818

Color information

#133818 (or 0x133818) is unknown color: approx Deep Fir. HEX triplet: 13, 38 and 18. RGB value is (19,56,24). Sum of RGB (Red+Green+Blue) = 19+56+24=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #133818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133818 is #ECC7E7. Grayscale: #292929. Windows color (decimal): -15517672 or 1587219. OLE color: 1587219.

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

Color convert

RGB195624-
CMYK0.6600.570.78
HSL128.11º49.33%14.71%-
HSV(B)128.11º66.07%21.96%-
XYZ1.853.031.35-
YUV41.29118.24112.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 56 (22.27% from 255) = 56.57%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=19.19%
G=56.57%
B=24.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956240.6600.570.78128.1149.3314.71
Hex133818420394E8031f
Octal2370301020711162006117
Binary1001111100011000100001001110011001110100000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133818; }

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

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

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

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

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

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

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

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