#287537

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

Shades of San Felix #287537

Tints of San Felix #287537

Color information

#287537 (or 0x287537) is unknown color: approx San Felix. HEX triplet: 28, 75 and 37. RGB value is (40,117,55). Sum of RGB (Red+Green+Blue) = 40+117+55=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #287537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287537 is #D78AC8. Grayscale: #575757. Windows color (decimal): -14125769 or 3634472. OLE color: 3634472.

HSL color Cylindrical-coordinate representation of color #287537: hue angle of 131.69º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287537 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB4011755-
CMYK0.6600.530.54
HSL131.69º49.04%30.78%-
HSV(B)131.69º65.81%45.88%-
XYZ7.9313.455.79-
YUV86.91109.9994.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 117 (46.09% from 255) = 55.19%
BLUE value IS 55 (21.88% from 255) = 25.94%
R=18.87%
G=55.19%
B=25.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40117550.6600.530.54131.6949.0430.78
Hex287537420353684311f
Octal5016567102065662046137
Binary1010001110101110111100001001101011101101000010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287537; }

 p { color: rgb(40,117,55); }

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

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

 a { background-color: rgb(40,117,55); }

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

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

 span { border-color: rgb(40,117,55); }

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