#377E1A

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

Shades of Bilbao #377E1A

Tints of Bilbao #377E1A

Color information

#377E1A (or 0x377E1A) is unknown color: approx Bilbao. HEX triplet: 37, 7E and 1A. RGB value is (55,126,26). Sum of RGB (Red+Green+Blue) = 55+126+26=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 126 (49.61% from 255 or 60.87% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 126 - color contains mainly: green. Hex color #377E1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377E1A is #C881E5. Grayscale: #5D5D5D. Windows color (decimal): -13140454 or 1736247. OLE color: 1736247.

HSL color Cylindrical-coordinate representation of color #377E1A: hue angle of 102.6º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #377E1A is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB5512626-
CMYK0.5600.790.51
HSL102.6º65.79%29.8%-
HSV(B)102.6º79.37%49.41%-
XYZ9.2215.813.54-
YUV93.3789.98100.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 126 (49.61% from 255) = 60.87%
BLUE value IS 26 (10.55% from 255) = 12.56%
R=26.57%
G=60.87%
B=12.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55126260.5600.790.51102.665.7929.8
Hex377E1A3804F3367421e
Octal67176327001176314710236
Binary110111111111011010111000010011111100111100111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377E1A; }

 p { color: rgb(55,126,26); }

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

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

 a { background-color: rgb(55,126,26); }

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

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

 span { border-color: rgb(55,126,26); }

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