#186720

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

Shades of San Felix #186720

Tints of San Felix #186720

Color information

#186720 (or 0x186720) is unknown color: approx San Felix. HEX triplet: 18, 67 and 20. RGB value is (24,103,32). Sum of RGB (Red+Green+Blue) = 24+103+32=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 103 (40.62% from 255 or 64.78% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 103 - color contains mainly: green. Hex color #186720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186720 is #E798DF. Grayscale: #474747. Windows color (decimal): -15177952 or 2123544. OLE color: 2123544.

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

Color convert

RGB2410332-
CMYK0.7700.690.60
HSL126.08º62.2%24.9%-
HSV(B)126.08º76.7%40.39%-
XYZ5.49103.01-
YUV71.28105.8394.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.09%
GREEN value IS 103 (40.62% from 255) = 64.78%
BLUE value IS 32 (12.89% from 255) = 20.13%
R=15.09%
G=64.78%
B=20.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24103320.7700.690.60126.0862.224.9
Hex1867204D0453C7e3e19
Octal30147401150105741767631
Binary110001100111100000100110101000101111100111111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186720; }

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

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

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

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

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

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

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

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