#133B26

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

Shades of Deep Fir #133B26

Tints of Deep Fir #133B26

Color information

#133B26 (or 0x133B26) is unknown color: approx Deep Fir. HEX triplet: 13, 3B and 26. RGB value is (19,59,38). Sum of RGB (Red+Green+Blue) = 19+59+38=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #133B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B26 is #ECC4D9. Grayscale: #2C2C2C. Windows color (decimal): -15516890 or 2505491. OLE color: 2505491.

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

Color convert

RGB195938-
CMYK0.6800.360.77
HSL148.5º51.28%15.29%-
HSV(B)148.5º67.8%23.14%-
XYZ2.183.412.38-
YUV44.65124.25109.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 59 (23.44% from 255) = 50.86%
BLUE value IS 38 (15.23% from 255) = 32.76%
R=16.38%
G=50.86%
B=32.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1959380.6800.360.77148.551.2815.29
Hex133B26440244D9433f
Octal2373461040441152246317
Binary10011111011100110100010001001001001101100101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,59,38); }

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

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

 a { background-color: rgb(19,59,38); }

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

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

 span { border-color: rgb(19,59,38); }

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