#18601D

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

Shades of San Felix #18601D

Tints of San Felix #18601D

Color information

#18601D (or 0x18601D) is unknown color: approx San Felix. HEX triplet: 18, 60 and 1D. RGB value is (24,96,29). Sum of RGB (Red+Green+Blue) = 24+96+29=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #18601D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18601D is #E79FE2. Grayscale: #434343. Windows color (decimal): -15179747 or 1925144. OLE color: 1925144.

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

Color convert

RGB249629-
CMYK0.7500.700.62
HSL124.17º60%23.53%-
HSV(B)124.17º75%37.65%-
XYZ4.788.652.58-
YUV66.83106.6597.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 96 (37.89% from 255) = 64.43%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=16.11%
G=64.43%
B=19.46%

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
Decimal2496290.7500.700.62124.176023.53
Hex18601D4B0463E7c3c18
Octal30140351130106761747430
Binary11000110000011101100101101000110111110111110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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