#133C22

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

Shades of Deep Fir #133C22

Tints of Deep Fir #133C22

Color information

#133C22 (or 0x133C22) is unknown color: approx Deep Fir. HEX triplet: 13, 3C and 22. RGB value is (19,60,34). Sum of RGB (Red+Green+Blue) = 19+60+34=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 60 (23.83% from 255 or 53.10% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 60 - color contains mainly: green. Hex color #133C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C22 is #ECC3DD. Grayscale: #2C2C2C. Windows color (decimal): -15516638 or 2243603. OLE color: 2243603.

HSL color Cylindrical-coordinate representation of color #133C22: hue angle of 141.95º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133C22 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.

Color convert

RGB196034-
CMYK0.6800.430.76
HSL141.95º51.9%15.49%-
HSV(B)141.95º68.33%23.53%-
XYZ2.173.492.07-
YUV44.78121.92109.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 60 (23.83% from 255) = 53.10%
BLUE value IS 34 (13.67% from 255) = 30.09%
R=16.81%
G=53.10%
B=30.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1960340.6800.430.76141.9551.915.49
Hex133C224402B4C8e34f
Octal2374421040531142166417
Binary10011111100100010100010001010111001100100011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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