#276319

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

Shades of San Felix #276319

Tints of San Felix #276319

Color information

#276319 (or 0x276319) is unknown color: approx San Felix. HEX triplet: 27, 63 and 19. RGB value is (39,99,25). Sum of RGB (Red+Green+Blue) = 39+99+25=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #276319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276319 is #D89CE6. Grayscale: #484848. Windows color (decimal): -14195943 or 1663783. OLE color: 1663783.

HSL color Cylindrical-coordinate representation of color #276319: hue angle of 108.65º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #276319 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB399925-
CMYK0.6100.750.61
HSL108.65º59.68%24.31%-
HSV(B)108.65º74.75%38.82%-
XYZ5.479.432.45-
YUV72.62101.12104.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 99 (39.06% from 255) = 60.74%
BLUE value IS 25 (10.16% from 255) = 15.34%
R=23.93%
G=60.74%
B=15.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3999250.6100.750.61108.6559.6824.31
Hex2763193D04B3D6d3c18
Octal4714331750113751557430
Binary10011111000111100111110101001011111101110110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276319; }

 p { color: rgb(39,99,25); }

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

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

 a { background-color: rgb(39,99,25); }

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

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

 span { border-color: rgb(39,99,25); }

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