#126519

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

Shades of San Felix #126519

Tints of San Felix #126519

Color information

#126519 (or 0x126519) is unknown color: approx San Felix. HEX triplet: 12, 65 and 19. RGB value is (18,101,25). Sum of RGB (Red+Green+Blue) = 18+101+25=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 101 (39.84% from 255 or 70.14% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 101 - color contains mainly: green. Hex color #126519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126519 is #ED9AE6. Grayscale: #434343. Windows color (decimal): -15571687 or 1664274. OLE color: 1664274.

HSL color Cylindrical-coordinate representation of color #126519: hue angle of 125.06º 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 #126519 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB1810125-
CMYK0.8200.750.60
HSL125.06º69.75%23.33%-
HSV(B)125.06º82.18%39.61%-
XYZ5.089.512.49-
YUV67.5210492.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 101 (39.84% from 255) = 70.14%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=12.5%
G=70.14%
B=17.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101250.8200.750.60125.0669.7523.33
Hex1265195204B3C7d4617
Octal221453112201137417510627
Binary100101100101110011010010010010111111001111101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126519; }

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

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

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

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

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

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

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

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