#277004

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

Shades of Bilbao #277004

Tints of Bilbao #277004

Color information

#277004 (or 0x277004) is unknown color: approx Bilbao. HEX triplet: 27, 70 and 04. RGB value is (39,112,4). Sum of RGB (Red+Green+Blue) = 39+112+4=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 112 (44.14% from 255 or 72.26% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 112 - color contains mainly: green. Hex color #277004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #277004 is #D88FFB. Grayscale: #4E4E4E. Windows color (decimal): -14192636 or 290855. OLE color: 290855.

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

Color convert

RGB391124-
CMYK0.6500.960.56
HSL100.56º93.1%22.75%-
HSV(B)100.56º96.43%43.92%-
XYZ6.6512.032.09-
YUV77.8686.32100.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 112 (44.14% from 255) = 72.26%
BLUE value IS 4 (1.95% from 255) = 2.58%
R=25.16%
G=72.26%
B=2.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3911240.6500.960.56100.5693.122.75
Hex277044106038655d17
Octal47160410101407014513527
Binary10011111100001001000001011000001110001100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277004; }

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

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

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

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

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

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

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

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