#133618

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

Shades of Deep Fir #133618

Tints of Deep Fir #133618

Color information

#133618 (or 0x133618) is unknown color: approx Deep Fir. HEX triplet: 13, 36 and 18. RGB value is (19,54,24). Sum of RGB (Red+Green+Blue) = 19+54+24=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #133618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133618 is #ECC9E7. Grayscale: #282828. Windows color (decimal): -15518184 or 1586707. OLE color: 1586707.

HSL color Cylindrical-coordinate representation of color #133618: hue angle of 128.57º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133618 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.79.

Color convert

RGB195424-
CMYK0.6500.560.79
HSL128.57º47.95%14.31%-
HSV(B)128.57º64.81%21.18%-
XYZ1.752.841.32-
YUV40.11118.9112.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 54 (21.48% from 255) = 55.67%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=19.59%
G=55.67%
B=24.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954240.6500.560.79128.5747.9514.31
Hex133618410384F8130e
Octal2366301010701172016016
Binary1001111011011000100000101110001001111100000011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133618; }

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

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

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

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

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

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

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

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