#377C04

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

Shades of Bilbao #377C04

Tints of Bilbao #377C04

Color information

#377C04 (or 0x377C04) is unknown color: approx Bilbao. HEX triplet: 37, 7C and 04. RGB value is (55,124,4). Sum of RGB (Red+Green+Blue) = 55+124+4=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 124 (48.83% from 255 or 67.76% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 124 - color contains mainly: green. Hex color #377C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377C04 is #C883FB. Grayscale: #5A5A5A. Windows color (decimal): -13140988 or 293943. OLE color: 293943.

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

Color convert

RGB551244-
CMYK0.5600.970.51
HSL94.5º93.75%25.1%-
HSV(B)94.5º96.77%48.63%-
XYZ8.8115.242.59-
YUV89.6979.64103.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 124 (48.83% from 255) = 67.76%
BLUE value IS 4 (1.95% from 255) = 2.19%
R=30.05%
G=67.76%
B=2.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5512440.5600.970.5194.593.7525.1
Hex377C438061335e5e19
Octal6717447001416313613631
Binary1101111111100100111000011000011100111011110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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