#133D26

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

Shades of Deep Fir #133D26

Tints of Deep Fir #133D26

Color information

#133D26 (or 0x133D26) is unknown color: approx Deep Fir. HEX triplet: 13, 3D and 26. RGB value is (19,61,38). Sum of RGB (Red+Green+Blue) = 19+61+38=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 61 (24.22% from 255 or 51.69% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 61 - color contains mainly: green. Hex color #133D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D26 is #ECC2D9. Grayscale: #2D2D2D. Windows color (decimal): -15516378 or 2506003. OLE color: 2506003.

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

Color convert

RGB196138-
CMYK0.6900.380.76
HSL147.14º52.5%15.69%-
HSV(B)147.14º68.85%23.92%-
XYZ2.293.622.41-
YUV45.82123.59108.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 61 (24.22% from 255) = 51.69%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=16.10%
G=51.69%
B=32.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1961380.6900.380.76147.1452.515.69
Hex133D26450264C933410
Octal2375461050461142236420
Binary100111111011001101000101010011010011001001001111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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