#27642A

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

Shades of San Felix #27642A

Tints of San Felix #27642A

Color information

#27642A (or 0x27642A) is unknown color: approx San Felix. HEX triplet: 27, 64 and 2A. RGB value is (39,100,42). Sum of RGB (Red+Green+Blue) = 39+100+42=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 100 (39.45% from 255 or 55.25% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 100 - color contains mainly: green. Hex color #27642A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27642A is #D89BD5. Grayscale: #4B4B4B. Windows color (decimal): -14195670 or 2778151. OLE color: 2778151.

HSL color Cylindrical-coordinate representation of color #27642A: hue angle of 122.95º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #27642A is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB3910042-
CMYK0.6100.580.61
HSL122.95º43.88%27.25%-
HSV(B)122.95º61%39.22%-
XYZ5.819.713.76-
YUV75.15109.29102.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.55%
GREEN value IS 100 (39.45% from 255) = 55.25%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=21.55%
G=55.25%
B=23.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal39100420.6100.580.61122.9543.8827.25
Hex27642A3D03A3D7b2c1b
Octal471445275072751735433
Binary10011111001001010101111010111010111101111101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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