#18651E

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

Shades of San Felix #18651E

Tints of San Felix #18651E

Color information

#18651E (or 0x18651E) is unknown color: approx San Felix. HEX triplet: 18, 65 and 1E. RGB value is (24,101,30). Sum of RGB (Red+Green+Blue) = 24+101+30=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 101 (39.84% from 255 or 65.16% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 101 - color contains mainly: green. Hex color #18651E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18651E is #E79AE1. Grayscale: #464646. Windows color (decimal): -15178466 or 1991960. OLE color: 1991960.

HSL color Cylindrical-coordinate representation of color #18651E: hue angle of 124.68º 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 #18651E is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB2410130-
CMYK0.7600.700.60
HSL124.68º61.6%24.51%-
HSV(B)124.68º76.24%39.61%-
XYZ5.269.62.8-
YUV69.88105.4995.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 101 (39.84% from 255) = 65.16%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=15.48%
G=65.16%
B=19.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24101300.7600.700.60124.6861.624.51
Hex18651E4C0463C7d3e19
Octal30145361140106741757631
Binary11000110010111110100110001000110111100111110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18651E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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