#133719

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

Shades of Deep Fir #133719

Tints of Deep Fir #133719

Color information

#133719 (or 0x133719) is unknown color: approx Deep Fir. HEX triplet: 13, 37 and 19. RGB value is (19,55,25). Sum of RGB (Red+Green+Blue) = 19+55+25=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #133719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133719 is #ECC8E6. Grayscale: #282828. Windows color (decimal): -15517927 or 1652499. OLE color: 1652499.

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

Color convert

RGB195525-
CMYK0.6500.550.78
HSL130º48.65%14.51%-
HSV(B)130º65.45%21.57%-
XYZ1.812.941.39-
YUV40.82119.07112.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 55 (21.88% from 255) = 55.56%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=19.19%
G=55.56%
B=25.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955250.6500.550.7813048.6514.51
Hex133719410374E8231f
Octal2367311010671162026117
Binary1001111011111001100000101101111001110100000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133719; }

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

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

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

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

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

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

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

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