#27760A

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

Shades of Bilbao #27760A

Tints of Bilbao #27760A

Color information

#27760A (or 0x27760A) is unknown color: approx Bilbao. HEX triplet: 27, 76 and 0A. RGB value is (39,118,10). Sum of RGB (Red+Green+Blue) = 39+118+10=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 118 (46.48% from 255 or 70.66% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 118 - color contains mainly: green. Hex color #27760A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27760A is #D889F5. Grayscale: #525252. Windows color (decimal): -14191094 or 685607. OLE color: 685607.

HSL color Cylindrical-coordinate representation of color #27760A: hue angle of 103.89º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27760A is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB3911810-
CMYK0.6700.920.54
HSL103.89º84.38%25.1%-
HSV(B)103.89º91.53%46.27%-
XYZ7.3713.412.49-
YUV82.0787.3397.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 118 (46.48% from 255) = 70.66%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=23.35%
G=70.66%
B=5.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39118100.6700.920.54103.8984.3825.1
Hex2776A4305C36685419
Octal471661210301346615012431
Binary100111111011010101000011010111001101101101000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,118,10); }

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

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

 a { background-color: rgb(39,118,10); }

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

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

 span { border-color: rgb(39,118,10); }

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