#276901

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

Shades of Bilbao #276901

Tints of Bilbao #276901

Color information

#276901 (or 0x276901) is unknown color: approx Bilbao. HEX triplet: 27, 69 and 01. RGB value is (39,105,1). Sum of RGB (Red+Green+Blue) = 39+105+1=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 105 (41.41% from 255 or 72.41% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 105 - color contains mainly: green. Hex color #276901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276901 is #D896FE. Grayscale: #494949. Windows color (decimal): -14194431 or 92455. OLE color: 92455.

HSL color Cylindrical-coordinate representation of color #276901: hue angle of 98.08º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #276901 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB391051-
CMYK0.6300.990.59
HSL98.08º98.11%20.78%-
HSV(B)98.08º99.05%41.18%-
XYZ5.8910.541.75-
YUV73.4187.13103.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 105 (41.41% from 255) = 72.41%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=26.90%
G=72.41%
B=0.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3910510.6300.990.5998.0898.1120.78
Hex276913F0633B626215
Octal4715117701437314214225
Binary10011111010011111111011000111110111100010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276901; }

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

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

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

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

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

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

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

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