#133922

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

Shades of Deep Fir #133922

Tints of Deep Fir #133922

Color information

#133922 (or 0x133922) is unknown color: approx Deep Fir. HEX triplet: 13, 39 and 22. RGB value is (19,57,34). Sum of RGB (Red+Green+Blue) = 19+57+34=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #133922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133922 is #ECC6DD. Grayscale: #2B2B2B. Windows color (decimal): -15517406 or 2242835. OLE color: 2242835.

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

Color convert

RGB195734-
CMYK0.6700.400.78
HSL143.68º50%14.9%-
HSV(B)143.68º66.67%22.35%-
XYZ2.023.182.02-
YUV43.02122.91110.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 57 (22.66% from 255) = 51.82%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=17.27%
G=51.82%
B=30.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957340.6700.400.78143.685014.9
Hex133922430284E9032f
Octal2371421030501162206217
Binary10011111001100010100001101010001001110100100001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133922; }

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

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

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

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

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

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

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

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