#133A1A

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

Shades of Deep Fir #133A1A

Tints of Deep Fir #133A1A

Color information

#133A1A (or 0x133A1A) is unknown color: approx Deep Fir. HEX triplet: 13, 3A and 1A. RGB value is (19,58,26). Sum of RGB (Red+Green+Blue) = 19+58+26=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 58 (23.05% from 255 or 56.31% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 58 - color contains mainly: green. Hex color #133A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A1A is #ECC5E5. Grayscale: #2A2A2A. Windows color (decimal): -15517158 or 1718803. OLE color: 1718803.

HSL color Cylindrical-coordinate representation of color #133A1A: hue angle of 130.77º 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 #133A1A is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.77.

Color convert

RGB195826-
CMYK0.6700.550.77
HSL130.77º50.65%15.1%-
HSV(B)130.77º67.24%22.75%-
XYZ1.973.241.5-
YUV42.69118.58111.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 58 (23.05% from 255) = 56.31%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=18.45%
G=56.31%
B=25.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1958260.6700.550.77130.7750.6515.1
Hex133A1A430374D8333f
Octal2372321030671152036317
Binary1001111101011010100001101101111001101100000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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