#276616

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

Shades of San Felix #276616

Tints of San Felix #276616

Color information

#276616 (or 0x276616) is unknown color: approx San Felix. HEX triplet: 27, 66 and 16. RGB value is (39,102,22). Sum of RGB (Red+Green+Blue) = 39+102+22=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 102 (40.23% from 255 or 62.58% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 102 - color contains mainly: green. Hex color #276616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276616 is #D899E9. Grayscale: #4A4A4A. Windows color (decimal): -14195178 or 1467943. OLE color: 1467943.

HSL color Cylindrical-coordinate representation of color #276616: hue angle of 107.25º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #276616 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB3910222-
CMYK0.6200.780.6
HSL107.25º64.52%24.31%-
HSV(B)107.25º78.43%40%-
XYZ5.739.992.39-
YUV74.0498.63103-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 102 (40.23% from 255) = 62.58%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=23.93%
G=62.58%
B=13.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39102220.6200.780.6107.2564.5224.31
Hex2766163E04E3C6b4118
Octal47146267601167415310130
Binary100111110011010110111110010011101111001101011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276616; }

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

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

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

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

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

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

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

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