#277001

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

Shades of Bilbao #277001

Tints of Bilbao #277001

Color information

#277001 (or 0x277001) is unknown color: approx Bilbao. HEX triplet: 27, 70 and 01. RGB value is (39,112,1). Sum of RGB (Red+Green+Blue) = 39+112+1=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 112 (44.14% from 255 or 73.68% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 112 - color contains mainly: green. Hex color #277001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277001 is #D88FFE. Grayscale: #4D4D4D. Windows color (decimal): -14192639 or 94247. OLE color: 94247.

HSL color Cylindrical-coordinate representation of color #277001: hue angle of 99.46º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #277001 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB391121-
CMYK0.6500.990.56
HSL99.46º98.23%22.16%-
HSV(B)99.46º99.11%43.92%-
XYZ6.6412.022-
YUV77.5284.82100.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 112 (44.14% from 255) = 73.68%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=25.66%
G=73.68%
B=0.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3911210.6500.990.5699.4698.2322.16
Hex277014106338636216
Octal47160110101437014314226
Binary100111111000011000001011000111110001100011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277001; }

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

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

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

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

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

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

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

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