#27631B

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

Shades of San Felix #27631B

Tints of San Felix #27631B

Color information

#27631B (or 0x27631B) is unknown color: approx San Felix. HEX triplet: 27, 63 and 1B. RGB value is (39,99,27). Sum of RGB (Red+Green+Blue) = 39+99+27=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #27631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27631B is #D89CE4. Grayscale: #494949. Windows color (decimal): -14195941 or 1794855. OLE color: 1794855.

HSL color Cylindrical-coordinate representation of color #27631B: hue angle of 110º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27631B is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB399927-
CMYK0.6100.730.61
HSL110º57.14%24.71%-
HSV(B)110º72.73%38.82%-
XYZ5.59.432.57-
YUV72.85102.12103.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 99 (39.06% from 255) = 60%
BLUE value IS 27 (10.94% from 255) = 16.36%
R=23.64%
G=60%
B=16.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3999270.6100.730.6111057.1424.71
Hex27631B3D0493D6e3919
Octal4714333750111751567131
Binary10011111000111101111110101001001111101110111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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