#276529

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

Shades of San Felix #276529

Tints of San Felix #276529

Color information

#276529 (or 0x276529) is unknown color: approx San Felix. HEX triplet: 27, 65 and 29. RGB value is (39,101,41). Sum of RGB (Red+Green+Blue) = 39+101+41=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #276529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276529 is #D89AD6. Grayscale: #4B4B4B. Windows color (decimal): -14195415 or 2712871. OLE color: 2712871.

HSL color Cylindrical-coordinate representation of color #276529: hue angle of 121.94º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #276529 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB3910141-
CMYK0.6100.590.60
HSL121.94º44.29%27.45%-
HSV(B)121.94º61.39%39.61%-
XYZ5.899.93.7-
YUV75.62108.46101.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.55%
GREEN value IS 101 (39.84% from 255) = 55.80%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=21.55%
G=55.80%
B=22.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39101410.6100.590.60121.9444.2927.45
Hex2765293D03B3C7a2c1b
Octal471455175073741725433
Binary10011111001011010011111010111011111100111101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276529; }

 p { color: rgb(39,101,41); }

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

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

 a { background-color: rgb(39,101,41); }

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

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

 span { border-color: rgb(39,101,41); }

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