#133919

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

Shades of Deep Fir #133919

Tints of Deep Fir #133919

Color information

#133919 (or 0x133919) is unknown color: approx Deep Fir. HEX triplet: 13, 39 and 19. RGB value is (19,57,25). Sum of RGB (Red+Green+Blue) = 19+57+25=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #133919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133919 is #ECC6E6. Grayscale: #2A2A2A. Windows color (decimal): -15517415 or 1653011. OLE color: 1653011.

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

Color convert

RGB195725-
CMYK0.6700.560.78
HSL129.47º50%14.9%-
HSV(B)129.47º66.67%22.35%-
XYZ1.913.131.42-
YUV41.99118.41111.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 57 (22.66% from 255) = 56.44%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=18.81%
G=56.44%
B=24.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957250.6700.560.78129.475014.9
Hex133919430384E8132f
Octal2371311030701162016217
Binary1001111100111001100001101110001001110100000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133919; }

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

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

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

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

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

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

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

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