#276714

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

Shades of Bilbao #276714

Tints of Bilbao #276714

Color information

#276714 (or 0x276714) is unknown color: approx Bilbao. HEX triplet: 27, 67 and 14. RGB value is (39,103,20). Sum of RGB (Red+Green+Blue) = 39+103+20=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 103 (40.62% from 255 or 63.58% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 103 - color contains mainly: green. Hex color #276714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276714 is #D898EB. Grayscale: #4A4A4A. Windows color (decimal): -14194924 or 1337127. OLE color: 1337127.

HSL color Cylindrical-coordinate representation of color #276714: hue angle of 106.27º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #276714 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB3910320-
CMYK0.6200.810.60
HSL106.27º67.48%24.12%-
HSV(B)106.27º80.58%40.39%-
XYZ5.8110.182.32-
YUV74.497.3102.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 103 (40.62% from 255) = 63.58%
BLUE value IS 20 (8.20% from 255) = 12.35%
R=24.07%
G=63.58%
B=12.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39103200.6200.810.60106.2767.4824.12
Hex2767143E0513C6a4318
Octal47147247601217415210330
Binary100111110011110100111110010100011111001101010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276714; }

 p { color: rgb(39,103,20); }

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

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

 a { background-color: rgb(39,103,20); }

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

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

 span { border-color: rgb(39,103,20); }

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