#276C01

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

Shades of Bilbao #276C01

Tints of Bilbao #276C01

Color information

#276C01 (or 0x276C01) is unknown color: approx Bilbao. HEX triplet: 27, 6C and 01. RGB value is (39,108,1). Sum of RGB (Red+Green+Blue) = 39+108+1=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 108 (42.58% from 255 or 72.97% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 108 - color contains mainly: green. Hex color #276C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276C01 is #D893FE. Grayscale: #4B4B4B. Windows color (decimal): -14193663 or 93223. OLE color: 93223.

HSL color Cylindrical-coordinate representation of color #276C01: hue angle of 98.69º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #276C01 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB391081-
CMYK0.6400.990.58
HSL98.69º98.17%21.37%-
HSV(B)98.69º99.07%42.35%-
XYZ6.211.161.86-
YUV75.1786.14102.2-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.35%
GREEN value IS 108 (42.58% from 255) = 72.97%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=26.35%
G=72.97%
B=0.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3910810.6400.990.5898.6998.1721.37
Hex276C1400633A636215
Octal47154110001437214314225
Binary100111110110011000000011000111110101100011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276C01; }

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

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

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

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

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

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

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

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