#276732

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

Shades of San Felix #276732

Tints of San Felix #276732

Color information

#276732 (or 0x276732) is unknown color: approx San Felix. HEX triplet: 27, 67 and 32. RGB value is (39,103,50). Sum of RGB (Red+Green+Blue) = 39+103+50=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 103 (40.62% from 255 or 53.65% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 103 - color contains mainly: green. Hex color #276732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276732 is #D898CD. Grayscale: #4D4D4D. Windows color (decimal): -14194894 or 3303207. OLE color: 3303207.

HSL color Cylindrical-coordinate representation of color #276732: hue angle of 130.31º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #276732 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB3910350-
CMYK0.6200.510.60
HSL130.31º45.07%27.84%-
HSV(B)130.31º62.14%40.39%-
XYZ6.2610.364.69-
YUV77.82112.3100.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 103 (40.62% from 255) = 53.65%
BLUE value IS 50 (19.92% from 255) = 26.04%
R=20.31%
G=53.65%
B=26.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39103500.6200.510.60130.3145.0727.84
Hex2767323E0333C822d1c
Octal471476276063742025534
Binary100111110011111001011111001100111111001000001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276732; }

 p { color: rgb(39,103,50); }

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

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

 a { background-color: rgb(39,103,50); }

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

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

 span { border-color: rgb(39,103,50); }

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