#133C1A

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

Shades of Deep Fir #133C1A

Tints of Deep Fir #133C1A

Color information

#133C1A (or 0x133C1A) is unknown color: approx Deep Fir. HEX triplet: 13, 3C and 1A. RGB value is (19,60,26). Sum of RGB (Red+Green+Blue) = 19+60+26=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 60 (23.83% from 255 or 57.14% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 60 - color contains mainly: green. Hex color #133C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C1A is #ECC3E5. Grayscale: #2B2B2B. Windows color (decimal): -15516646 or 1719315. OLE color: 1719315.

HSL color Cylindrical-coordinate representation of color #133C1A: hue angle of 130.24º 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 #133C1A is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.

Color convert

RGB196026-
CMYK0.6800.570.76
HSL130.24º51.9%15.49%-
HSV(B)130.24º68.33%23.53%-
XYZ2.073.441.53-
YUV43.86117.92110.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 60 (23.83% from 255) = 57.14%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=18.10%
G=57.14%
B=24.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1960260.6800.570.76130.2451.915.49
Hex133C1A440394C8234f
Octal2374321040711142026417
Binary1001111110011010100010001110011001100100000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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