#377201

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

Shades of Bilbao #377201

Tints of Bilbao #377201

Color information

#377201 (or 0x377201) is unknown color: approx Bilbao. HEX triplet: 37, 72 and 01. RGB value is (55,114,1). Sum of RGB (Red+Green+Blue) = 55+114+1=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 114 (44.92% from 255 or 67.06% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 114 - color contains mainly: green. Hex color #377201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377201 is #C88DFE. Grayscale: #535353. Windows color (decimal): -13143551 or 94775. OLE color: 94775.

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

Color convert

RGB551141-
CMYK0.5200.990.55
HSL91.33º98.26%22.55%-
HSV(B)91.33º99.12%44.71%-
XYZ7.612.852.11-
YUV83.4881.45107.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.35%
GREEN value IS 114 (44.92% from 255) = 67.06%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=32.35%
G=67.06%
B=0.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5511410.5200.990.5591.3398.2622.55
Hex3772134063375b6217
Octal6716216401436713314227
Binary11011111100101110100011000111101111011011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377201; }

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

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

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

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

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

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

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

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