#276912

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

Shades of Bilbao #276912

Tints of Bilbao #276912

Color information

#276912 (or 0x276912) is unknown color: approx Bilbao. HEX triplet: 27, 69 and 12. RGB value is (39,105,18). Sum of RGB (Red+Green+Blue) = 39+105+18=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 105 (41.41% from 255 or 64.81% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 105 - color contains mainly: green. Hex color #276912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276912 is #D896ED. Grayscale: #4B4B4B. Windows color (decimal): -14194414 or 1206567. OLE color: 1206567.

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

Color convert

RGB3910518-
CMYK0.6300.830.59
HSL105.52º70.73%24.12%-
HSV(B)105.52º82.86%41.18%-
XYZ610.582.3-
YUV75.3595.63102.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 105 (41.41% from 255) = 64.81%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=24.07%
G=64.81%
B=11.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39105180.6300.830.59105.5270.7324.12
Hex2769123F0533B6a4718
Octal47151227701237315210730
Binary100111110100110010111111010100111110111101010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276912; }

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

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

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

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

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

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

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

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