#27671B

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

Shades of San Felix #27671B

Tints of San Felix #27671B

Color information

#27671B (or 0x27671B) is unknown color: approx San Felix. HEX triplet: 27, 67 and 1B. RGB value is (39,103,27). Sum of RGB (Red+Green+Blue) = 39+103+27=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 103 (40.62% from 255 or 60.95% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 103 - color contains mainly: green. Hex color #27671B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27671B is #D898E4. Grayscale: #4B4B4B. Windows color (decimal): -14194917 or 1795879. OLE color: 1795879.

HSL color Cylindrical-coordinate representation of color #27671B: hue angle of 110.53º 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 #27671B is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB3910327-
CMYK0.6200.740.60
HSL110.53º58.46%25.49%-
HSV(B)110.53º73.79%40.39%-
XYZ5.8810.212.7-
YUV75.2100.8102.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 103 (40.62% from 255) = 60.95%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=23.08%
G=60.95%
B=15.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39103270.6200.740.60110.5358.4625.49
Hex27671B3E04A3C6f3a19
Octal4714733760112741577231
Binary10011111001111101111111001001010111100110111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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