#18611E

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

Shades of San Felix #18611E

Tints of San Felix #18611E

Color information

#18611E (or 0x18611E) is unknown color: approx San Felix. HEX triplet: 18, 61 and 1E. RGB value is (24,97,30). Sum of RGB (Red+Green+Blue) = 24+97+30=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #18611E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18611E is #E79EE1. Grayscale: #434343. Windows color (decimal): -15179490 or 1990936. OLE color: 1990936.

HSL color Cylindrical-coordinate representation of color #18611E: hue angle of 124.93º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18611E is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB249730-
CMYK0.7500.690.62
HSL124.93º60.33%23.73%-
HSV(B)124.93º75.26%38.04%-
XYZ4.898.842.68-
YUV67.54106.8296.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 97 (38.28% from 255) = 64.24%
BLUE value IS 30 (12.11% from 255) = 19.87%
R=15.89%
G=64.24%
B=19.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497300.7500.690.62124.9360.3323.73
Hex18611E4B0453E7d3c18
Octal30141361130105761757430
Binary11000110000111110100101101000101111110111110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18611E; }

 p { color: rgb(24,97,30); }

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

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

 a { background-color: rgb(24,97,30); }

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

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

 span { border-color: rgb(24,97,30); }

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