#18651B

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

Shades of San Felix #18651B

Tints of San Felix #18651B

Color information

#18651B (or 0x18651B) is unknown color: approx San Felix. HEX triplet: 18, 65 and 1B. RGB value is (24,101,27). Sum of RGB (Red+Green+Blue) = 24+101+27=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #18651B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18651B is #E79AE4. Grayscale: #454545. Windows color (decimal): -15178469 or 1795352. OLE color: 1795352.

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

Color convert

RGB2410127-
CMYK0.7600.730.60
HSL122.34º61.6%24.51%-
HSV(B)122.34º76.24%39.61%-
XYZ5.239.582.61-
YUV69.54103.9995.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 101 (39.84% from 255) = 66.45%
BLUE value IS 27 (10.94% from 255) = 17.76%
R=15.79%
G=66.45%
B=17.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24101270.7600.730.60122.3461.624.51
Hex18651B4C0493C7a3e19
Octal30145331140111741727631
Binary11000110010111011100110001001001111100111101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18651B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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