#147322

Color #147322 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #147322

Tints of San Felix #147322

Color information

#147322 (or 0x147322) is unknown color: approx San Felix. HEX triplet: 14, 73 and 22. RGB value is (20,115,34). Sum of RGB (Red+Green+Blue) = 20+115+34=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 115 (45.31% from 255 or 68.05% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 115 - color contains mainly: green. Hex color #147322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147322 is #EB8CDD. Grayscale: #4D4D4D. Windows color (decimal): -15437022 or 2257684. OLE color: 2257684.

HSL color Cylindrical-coordinate representation of color #147322: hue angle of 128.84º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147322 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB2011534-
CMYK0.8300.700.55
HSL128.84º70.37%26.47%-
HSV(B)128.84º82.61%45.1%-
XYZ6.7112.533.58-
YUV77.36103.5387.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 115 (45.31% from 255) = 68.05%
BLUE value IS 34 (13.67% from 255) = 20.12%
R=11.83%
G=68.05%
B=20.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20115340.8300.700.55128.8470.3726.47
Hex147322530463781461a
Octal241634212301066720110632
Binary10100111001110001010100110100011011011110000001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147322; }

 p { color: rgb(20,115,34); }

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

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

 a { background-color: rgb(20,115,34); }

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

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

 span { border-color: rgb(20,115,34); }

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