#277301

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

Shades of Bilbao #277301

Tints of Bilbao #277301

Color information

#277301 (or 0x277301) is unknown color: approx Bilbao. HEX triplet: 27, 73 and 01. RGB value is (39,115,1). Sum of RGB (Red+Green+Blue) = 39+115+1=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 115 (45.31% from 255 or 74.19% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 115 - color contains mainly: green. Hex color #277301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277301 is #D88CFE. Grayscale: #4F4F4F. Windows color (decimal): -14191871 or 95015. OLE color: 95015.

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

Color convert

RGB391151-
CMYK0.6600.990.55
HSL100º98.28%22.75%-
HSV(B)100º99.13%45.1%-
XYZ6.9712.692.11-
YUV79.2883.8299.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 115 (45.31% from 255) = 74.19%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=25.16%
G=74.19%
B=0.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3911510.6600.990.5510098.2822.75
Hex277314206337646217
Octal47163110201436714414227
Binary100111111001111000010011000111101111100100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277301; }

 p { color: rgb(39,115,1); }

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

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

 a { background-color: rgb(39,115,1); }

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

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

 span { border-color: rgb(39,115,1); }

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