#186520

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

Shades of San Felix #186520

Tints of San Felix #186520

Color information

#186520 (or 0x186520) is unknown color: approx San Felix. HEX triplet: 18, 65 and 20. RGB value is (24,101,32). Sum of RGB (Red+Green+Blue) = 24+101+32=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #186520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186520 is #E79ADF. Grayscale: #464646. Windows color (decimal): -15178464 or 2123032. OLE color: 2123032.

HSL color Cylindrical-coordinate representation of color #186520: hue angle of 126.23º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186520 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB2410132-
CMYK0.7600.680.60
HSL126.23º61.6%24.51%-
HSV(B)126.23º76.24%39.61%-
XYZ5.299.612.94-
YUV70.11106.4995.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 101 (39.84% from 255) = 64.33%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=15.29%
G=64.33%
B=20.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24101320.7600.680.60126.2361.624.51
Hex1865204C0443C7e3e19
Octal30145401140104741767631
Binary110001100101100000100110001000100111100111111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186520; }

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

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

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

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

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

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

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

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