#126518

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

Shades of San Felix #126518

Tints of San Felix #126518

Color information

#126518 (or 0x126518) is unknown color: approx San Felix. HEX triplet: 12, 65 and 18. RGB value is (18,101,24). Sum of RGB (Red+Green+Blue) = 18+101+24=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 101 (39.84% from 255 or 70.63% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 101 - color contains mainly: green. Hex color #126518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126518 is #ED9AE7. Grayscale: #434343. Windows color (decimal): -15571688 or 1598738. OLE color: 1598738.

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

Color convert

RGB1810124-
CMYK0.8200.760.60
HSL124.34º69.75%23.33%-
HSV(B)124.34º82.18%39.61%-
XYZ5.079.52.43-
YUV67.4103.592.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 101 (39.84% from 255) = 70.63%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=12.59%
G=70.63%
B=16.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101240.8200.760.60124.3469.7523.33
Hex1265185204C3C7c4617
Octal221453012201147417410627
Binary100101100101110001010010010011001111001111100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126518; }

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

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

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

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

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

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

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

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