#18601F

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

Shades of San Felix #18601F

Tints of San Felix #18601F

Color information

#18601F (or 0x18601F) is unknown color: approx San Felix. HEX triplet: 18, 60 and 1F. RGB value is (24,96,31). Sum of RGB (Red+Green+Blue) = 24+96+31=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #18601F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18601F is #E79FE0. Grayscale: #434343. Windows color (decimal): -15179745 or 2056216. OLE color: 2056216.

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

Color convert

RGB249631-
CMYK0.7500.680.62
HSL125.83º60%23.53%-
HSV(B)125.83º75%37.65%-
XYZ4.818.662.71-
YUV67.06107.6597.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 96 (37.89% from 255) = 63.58%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=15.89%
G=63.58%
B=20.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496310.7500.680.62125.836023.53
Hex18601F4B0443E7e3c18
Octal30140371130104761767430
Binary11000110000011111100101101000100111110111111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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