#126318

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

Shades of San Felix #126318

Tints of San Felix #126318

Color information

#126318 (or 0x126318) is unknown color: approx San Felix. HEX triplet: 12, 63 and 18. RGB value is (18,99,24). Sum of RGB (Red+Green+Blue) = 18+99+24=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 99 (39.06% from 255 or 70.21% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 99 - color contains mainly: green. Hex color #126318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126318 is #ED9CE7. Grayscale: #424242. Windows color (decimal): -15572200 or 1598226. OLE color: 1598226.

HSL color Cylindrical-coordinate representation of color #126318: hue angle of 124.44º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126318 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB189924-
CMYK0.8200.760.61
HSL124.44º69.23%22.94%-
HSV(B)124.44º81.82%38.82%-
XYZ4.889.122.37-
YUV66.23104.1693.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 99 (39.06% from 255) = 70.21%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=12.77%
G=70.21%
B=17.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1899240.8200.760.61124.4469.2322.94
Hex1263185204C3D7c4517
Octal221433012201147517410527
Binary100101100011110001010010010011001111011111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126318; }

 p { color: rgb(18,99,24); }

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

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

 a { background-color: rgb(18,99,24); }

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

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

 span { border-color: rgb(18,99,24); }

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