#276632

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

Shades of San Felix #276632

Tints of San Felix #276632

Color information

#276632 (or 0x276632) is unknown color: approx San Felix. HEX triplet: 27, 66 and 32. RGB value is (39,102,50). Sum of RGB (Red+Green+Blue) = 39+102+50=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #276632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276632 is #D899CD. Grayscale: #4D4D4D. Windows color (decimal): -14195150 or 3302951. OLE color: 3302951.

HSL color Cylindrical-coordinate representation of color #276632: hue angle of 130.48º 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 #276632 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB3910250-
CMYK0.6200.510.6
HSL130.48º44.68%27.65%-
HSV(B)130.48º61.76%40%-
XYZ6.1610.164.65-
YUV77.24112.63100.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=20.42%
G=53.40%
B=26.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39102500.6200.510.6130.4844.6827.65
Hex2766323E0333C822d1c
Octal471466276063742025534
Binary100111110011011001011111001100111111001000001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276632; }

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

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

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

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

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

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

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

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