#276423

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

Shades of San Felix #276423

Tints of San Felix #276423

Color information

#276423 (or 0x276423) is unknown color: approx San Felix. HEX triplet: 27, 64 and 23. RGB value is (39,100,35). Sum of RGB (Red+Green+Blue) = 39+100+35=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #276423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276423 is #D89BDC. Grayscale: #4A4A4A. Windows color (decimal): -14195677 or 2319399. OLE color: 2319399.

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

Color convert

RGB3910035-
CMYK0.6100.650.61
HSL116.31º48.15%26.47%-
HSV(B)116.31º65%39.22%-
XYZ5.79.673.16-
YUV74.35105.79102.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.41%
GREEN value IS 100 (39.45% from 255) = 57.47%
BLUE value IS 35 (14.06% from 255) = 20.11%
R=22.41%
G=57.47%
B=20.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal39100350.6100.650.61116.3148.1526.47
Hex2764233D0413D74301a
Octal4714443750101751646032
Binary100111110010010001111110101000001111101111010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276423; }

 p { color: rgb(39,100,35); }

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

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

 a { background-color: rgb(39,100,35); }

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

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

 span { border-color: rgb(39,100,35); }

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