#377C02

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

Shades of Bilbao #377C02

Tints of Bilbao #377C02

Color information

#377C02 (or 0x377C02) is unknown color: approx Bilbao. HEX triplet: 37, 7C and 02. RGB value is (55,124,2). Sum of RGB (Red+Green+Blue) = 55+124+2=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 124 (48.83% from 255 or 68.51% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 124 - color contains mainly: green. Hex color #377C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377C02 is #C883FD. Grayscale: #595959. Windows color (decimal): -13140990 or 162871. OLE color: 162871.

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

Color convert

RGB551242-
CMYK0.5600.980.51
HSL93.93º96.83%24.71%-
HSV(B)93.93º98.39%48.63%-
XYZ8.7915.232.53-
YUV89.4678.64103.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 124 (48.83% from 255) = 68.51%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=30.39%
G=68.51%
B=1.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5512420.5600.980.5193.9396.8324.71
Hex377C238062335e6119
Octal6717427001426313614131
Binary110111111110010111000011000101100111011110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,124,2); }

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

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

 a { background-color: rgb(55,124,2); }

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

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

 span { border-color: rgb(55,124,2); }

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