#277212

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

Shades of Bilbao #277212

Tints of Bilbao #277212

Color information

#277212 (or 0x277212) is unknown color: approx Bilbao. HEX triplet: 27, 72 and 12. RGB value is (39,114,18). Sum of RGB (Red+Green+Blue) = 39+114+18=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 114 (44.92% from 255 or 66.67% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 114 - color contains mainly: green. Hex color #277212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277212 is #D88DED. Grayscale: #505050. Windows color (decimal): -14192110 or 1208871. OLE color: 1208871.

HSL color Cylindrical-coordinate representation of color #277212: hue angle of 106.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #277212 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB3911418-
CMYK0.6600.840.55
HSL106.88º72.73%25.88%-
HSV(B)106.88º84.21%44.71%-
XYZ6.9612.512.62-
YUV80.6392.6598.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 114 (44.92% from 255) = 66.67%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=22.81%
G=66.67%
B=10.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39114180.6600.840.55106.8872.7325.88
Hex27721242054376b491a
Octal471622210201246715311132
Binary1001111110010100101000010010101001101111101011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277212; }

 p { color: rgb(39,114,18); }

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

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

 a { background-color: rgb(39,114,18); }

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

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

 span { border-color: rgb(39,114,18); }

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