#27661A

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

Shades of San Felix #27661A

Tints of San Felix #27661A

Color information

#27661A (or 0x27661A) is unknown color: approx San Felix. HEX triplet: 27, 66 and 1A. RGB value is (39,102,26). Sum of RGB (Red+Green+Blue) = 39+102+26=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 102 (40.23% from 255 or 61.08% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 102 - color contains mainly: green. Hex color #27661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27661A is #D899E5. Grayscale: #4A4A4A. Windows color (decimal): -14195174 or 1730087. OLE color: 1730087.

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

Color convert

RGB3910226-
CMYK0.6200.750.6
HSL109.74º59.38%25.1%-
HSV(B)109.74º74.51%40%-
XYZ5.7710.012.6-
YUV74.5100.63102.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 102 (40.23% from 255) = 61.08%
BLUE value IS 26 (10.55% from 255) = 15.57%
R=23.35%
G=61.08%
B=15.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal39102260.6200.750.6109.7459.3825.1
Hex27661A3E04B3C6e3b19
Octal4714632760113741567331
Binary10011111001101101011111001001011111100110111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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