#133A22

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

Shades of Deep Fir #133A22

Tints of Deep Fir #133A22

Color information

#133A22 (or 0x133A22) is unknown color: approx Deep Fir. HEX triplet: 13, 3A and 22. RGB value is (19,58,34). Sum of RGB (Red+Green+Blue) = 19+58+34=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #133A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A22 is #ECC5DD. Grayscale: #2B2B2B. Windows color (decimal): -15517150 or 2243091. OLE color: 2243091.

HSL color Cylindrical-coordinate representation of color #133A22: hue angle of 143.08º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A22 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.77.

Color convert

RGB195834-
CMYK0.6700.410.77
HSL143.08º50.65%15.1%-
HSV(B)143.08º67.24%22.75%-
XYZ2.073.282.04-
YUV43.6122.58110.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 58 (23.05% from 255) = 52.25%
BLUE value IS 34 (13.67% from 255) = 30.63%
R=17.12%
G=52.25%
B=30.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1958340.6700.410.77143.0850.6515.1
Hex133A22430294D8f33f
Octal2372421030511152176317
Binary10011111010100010100001101010011001101100011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A22; }

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

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

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

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

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

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

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

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