#377A01

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

Shades of Bilbao #377A01

Tints of Bilbao #377A01

Color information

#377A01 (or 0x377A01) is unknown color: approx Bilbao. HEX triplet: 37, 7A and 01. RGB value is (55,122,1). Sum of RGB (Red+Green+Blue) = 55+122+1=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 122 (48.05% from 255 or 68.54% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 122 - color contains mainly: green. Hex color #377A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377A01 is #C885FE. Grayscale: #585858. Windows color (decimal): -13141503 or 96823. OLE color: 96823.

HSL color Cylindrical-coordinate representation of color #377A01: hue angle of 93.22º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #377A01 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB551221-
CMYK0.5500.990.52
HSL93.22º98.37%24.12%-
HSV(B)93.22º99.18%47.84%-
XYZ8.5414.732.42-
YUV88.1778.8104.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.90%
GREEN value IS 122 (48.05% from 255) = 68.54%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=30.90%
G=68.54%
B=0.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5512210.5500.990.5293.2298.3724.12
Hex377A137063345d6218
Octal6717216701436413514230
Binary11011111110101110111011000111101001011101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,122,1); }

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

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

 a { background-color: rgb(55,122,1); }

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

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

 span { border-color: rgb(55,122,1); }

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