#133822

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

Shades of Deep Fir #133822

Tints of Deep Fir #133822

Color information

#133822 (or 0x133822) is unknown color: approx Deep Fir. HEX triplet: 13, 38 and 22. RGB value is (19,56,34). Sum of RGB (Red+Green+Blue) = 19+56+34=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 56 (22.27% from 255 or 51.38% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 56 - color contains mainly: green. Hex color #133822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133822 is #ECC7DD. Grayscale: #2A2A2A. Windows color (decimal): -15517662 or 2242579. OLE color: 2242579.

HSL color Cylindrical-coordinate representation of color #133822: hue angle of 144.32º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #133822 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.

Color convert

RGB195634-
CMYK0.6600.390.78
HSL144.32º49.33%14.71%-
HSV(B)144.32º66.07%21.96%-
XYZ1.973.082-
YUV42.43123.24111.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 56 (22.27% from 255) = 51.38%
BLUE value IS 34 (13.67% from 255) = 31.19%
R=17.43%
G=51.38%
B=31.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956340.6600.390.78144.3249.3314.71
Hex133822420274E9031f
Octal2370421020471162206117
Binary10011111000100010100001001001111001110100100001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133822; }

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

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

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

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

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

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

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

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