#18651C

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

Shades of San Felix #18651C

Tints of San Felix #18651C

Color information

#18651C (or 0x18651C) is unknown color: approx San Felix. HEX triplet: 18, 65 and 1C. RGB value is (24,101,28). Sum of RGB (Red+Green+Blue) = 24+101+28=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #18651C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18651C is #E79AE3. Grayscale: #454545. Windows color (decimal): -15178468 or 1860888. OLE color: 1860888.

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

Color convert

RGB2410128-
CMYK0.7600.720.60
HSL123.12º61.6%24.51%-
HSV(B)123.12º76.24%39.61%-
XYZ5.249.592.67-
YUV69.66104.4995.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 101 (39.84% from 255) = 66.01%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=15.69%
G=66.01%
B=18.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24101280.7600.720.60123.1261.624.51
Hex18651C4C0483C7b3e19
Octal30145341140110741737631
Binary11000110010111100100110001001000111100111101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18651C; }

 p { color: rgb(24,101,28); }

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

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

 a { background-color: rgb(24,101,28); }

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

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

 span { border-color: rgb(24,101,28); }

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