#133419

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

Shades of Deep Fir #133419

Tints of Deep Fir #133419

Color information

#133419 (or 0x133419) is unknown color: approx Deep Fir. HEX triplet: 13, 34 and 19. RGB value is (19,52,25). Sum of RGB (Red+Green+Blue) = 19+52+25=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #133419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133419 is #ECCBE6. Grayscale: #272727. Windows color (decimal): -15518695 or 1651731. OLE color: 1651731.

HSL color Cylindrical-coordinate representation of color #133419: hue angle of 130.91º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133419 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB195225-
CMYK0.6300.520.80
HSL130.91º46.48%13.92%-
HSV(B)130.91º63.46%20.39%-
XYZ1.672.661.35-
YUV39.06120.07113.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.79%
GREEN value IS 52 (20.70% from 255) = 54.17%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=19.79%
G=54.17%
B=26.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1952250.6300.520.80130.9146.4813.92
Hex1334193F03450832ee
Octal236431770641202035616
Binary100111101001100111111101101001010000100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133419; }

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

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

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

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

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

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

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

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