#18611D

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

Shades of San Felix #18611D

Tints of San Felix #18611D

Color information

#18611D (or 0x18611D) is unknown color: approx San Felix. HEX triplet: 18, 61 and 1D. RGB value is (24,97,29). Sum of RGB (Red+Green+Blue) = 24+97+29=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #18611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18611D is #E79EE2. Grayscale: #434343. Windows color (decimal): -15179491 or 1925400. OLE color: 1925400.

HSL color Cylindrical-coordinate representation of color #18611D: hue angle of 124.11º 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 #18611D is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB249729-
CMYK0.7500.700.62
HSL124.11º60.33%23.73%-
HSV(B)124.11º75.26%38.04%-
XYZ4.878.832.61-
YUV67.42106.3297.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 97 (38.28% from 255) = 64.67%
BLUE value IS 29 (11.72% from 255) = 19.33%
R=16%
G=64.67%
B=19.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497290.7500.700.62124.1160.3323.73
Hex18611D4B0463E7c3c18
Octal30141351130106761747430
Binary11000110000111101100101101000110111110111110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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