#276820

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

Shades of San Felix #276820

Tints of San Felix #276820

Color information

#276820 (or 0x276820) is unknown color: approx San Felix. HEX triplet: 27, 68 and 20. RGB value is (39,104,32). Sum of RGB (Red+Green+Blue) = 39+104+32=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 104 (41.02% from 255 or 59.43% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 104 - color contains mainly: green. Hex color #276820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276820 is #D897DF. Grayscale: #4C4C4C. Windows color (decimal): -14194656 or 2123815. OLE color: 2123815.

HSL color Cylindrical-coordinate representation of color #276820: hue angle of 114.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #276820 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB3910432-
CMYK0.6200.690.59
HSL114.17º52.94%26.67%-
HSV(B)114.17º69.23%40.78%-
XYZ6.0510.443.06-
YUV76.36102.97101.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 104 (41.02% from 255) = 59.43%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=22.29%
G=59.43%
B=18.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39104320.6200.690.59114.1752.9426.67
Hex2768203E0453B72351b
Octal4715040760105731626533
Binary100111110100010000011111001000101111011111001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276820; }

 p { color: rgb(39,104,32); }

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

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

 a { background-color: rgb(39,104,32); }

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

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

 span { border-color: rgb(39,104,32); }

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