#287536

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

Shades of San Felix #287536

Tints of San Felix #287536

Color information

#287536 (or 0x287536) is unknown color: approx San Felix. HEX triplet: 28, 75 and 36. RGB value is (40,117,54). Sum of RGB (Red+Green+Blue) = 40+117+54=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #287536 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287536 is #D78AC9. Grayscale: #565656. Windows color (decimal): -14125770 or 3568936. OLE color: 3568936.

HSL color Cylindrical-coordinate representation of color #287536: hue angle of 130.91º 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 #287536 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB4011754-
CMYK0.6600.540.54
HSL130.91º49.04%30.78%-
HSV(B)130.91º65.81%45.88%-
XYZ7.913.445.67-
YUV86.8109.4994.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 117 (46.09% from 255) = 55.45%
BLUE value IS 54 (21.48% from 255) = 25.59%
R=18.96%
G=55.45%
B=25.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal40117540.6600.540.54130.9149.0430.78
Hex287536420363683311f
Octal5016566102066662036137
Binary1010001110101110110100001001101101101101000001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287536; }

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

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

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

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

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

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

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

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