#377F01

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

Shades of Bilbao #377F01

Tints of Bilbao #377F01

Color information

#377F01 (or 0x377F01) is unknown color: approx Bilbao. HEX triplet: 37, 7F and 01. RGB value is (55,127,1). Sum of RGB (Red+Green+Blue) = 55+127+1=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 127 (50% from 255 or 69.40% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 127 - color contains mainly: green. Hex color #377F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377F01 is #C880FE. Grayscale: #5B5B5B. Windows color (decimal): -13140223 or 98103. OLE color: 98103.

HSL color Cylindrical-coordinate representation of color #377F01: hue angle of 94.29º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #377F01 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB551271-
CMYK0.5700.990.50
HSL94.29º98.44%25.1%-
HSV(B)94.29º99.21%49.8%-
XYZ9.1715.992.63-
YUV91.1177.15102.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 127 (50% from 255) = 69.40%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=30.05%
G=69.40%
B=0.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5512710.5700.990.5094.2998.4425.1
Hex377F139063325e6219
Octal6717717101436213614231
Binary11011111111111111001011000111100101011110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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