#27661B

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

Shades of San Felix #27661B

Tints of San Felix #27661B

Color information

#27661B (or 0x27661B) is unknown color: approx San Felix. HEX triplet: 27, 66 and 1B. RGB value is (39,102,27). Sum of RGB (Red+Green+Blue) = 39+102+27=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #27661B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27661B is #D899E4. Grayscale: #4A4A4A. Windows color (decimal): -14195173 or 1795623. OLE color: 1795623.

HSL color Cylindrical-coordinate representation of color #27661B: hue angle of 110.4º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27661B is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB3910227-
CMYK0.6200.740.6
HSL110.4º58.14%25.29%-
HSV(B)110.4º73.53%40%-
XYZ5.7910.012.66-
YUV74.61101.13102.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 102 (40.23% from 255) = 60.71%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=23.21%
G=60.71%
B=16.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39102270.6200.740.6110.458.1425.29
Hex27661B3E04A3C6e3a19
Octal4714633760112741567231
Binary10011111001101101111111001001010111100110111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27661B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27661B; }

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

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

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

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

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

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

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

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