#187220

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

Shades of San Felix #187220

Tints of San Felix #187220

Color information

#187220 (or 0x187220) is unknown color: approx San Felix. HEX triplet: 18, 72 and 20. RGB value is (24,114,32). Sum of RGB (Red+Green+Blue) = 24+114+32=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 114 (44.92% from 255 or 67.06% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 114 - color contains mainly: green. Hex color #187220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187220 is #E78DDF. Grayscale: #4D4D4D. Windows color (decimal): -15175136 or 2126360. OLE color: 2126360.

HSL color Cylindrical-coordinate representation of color #187220: hue angle of 125.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187220 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB2411432-
CMYK0.7900.720.55
HSL125.33º65.22%27.06%-
HSV(B)125.33º78.95%44.71%-
XYZ6.6512.333.4-
YUV77.74102.1889.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 114 (44.92% from 255) = 67.06%
BLUE value IS 32 (12.89% from 255) = 18.82%
R=14.12%
G=67.06%
B=18.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24114320.7900.720.55125.3365.2227.06
Hex1872204F048377d411b
Octal301624011701106717510133
Binary1100011100101000001001111010010001101111111101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187220; }

 p { color: rgb(24,114,32); }

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

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

 a { background-color: rgb(24,114,32); }

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

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

 span { border-color: rgb(24,114,32); }

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