#18621D

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

Shades of San Felix #18621D

Tints of San Felix #18621D

Color information

#18621D (or 0x18621D) is unknown color: approx San Felix. HEX triplet: 18, 62 and 1D. RGB value is (24,98,29). Sum of RGB (Red+Green+Blue) = 24+98+29=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #18621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18621D is #E79DE2. Grayscale: #444444. Windows color (decimal): -15179235 or 1925656. OLE color: 1925656.

HSL color Cylindrical-coordinate representation of color #18621D: hue angle of 124.05º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18621D is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB249829-
CMYK0.7600.700.62
HSL124.05º60.66%23.92%-
HSV(B)124.05º75.51%38.43%-
XYZ4.979.022.64-
YUV68.01105.9896.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 98 (38.67% from 255) = 64.90%
BLUE value IS 29 (11.72% from 255) = 19.21%
R=15.89%
G=64.90%
B=19.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2498290.7600.700.62124.0560.6623.92
Hex18621D4C0463E7c3d18
Octal30142351140106761747530
Binary11000110001011101100110001000110111110111110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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