#378026

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

Shades of Bilbao #378026

Tints of Bilbao #378026

Color information

#378026 (or 0x378026) is unknown color: approx Bilbao. HEX triplet: 37, 80 and 26. RGB value is (55,128,38). Sum of RGB (Red+Green+Blue) = 55+128+38=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #378026 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378026 is #C87FD9. Grayscale: #606060. Windows color (decimal): -13139930 or 2523191. OLE color: 2523191.

HSL color Cylindrical-coordinate representation of color #378026: hue angle of 108.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #378026 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB5512838-
CMYK0.5700.700.50
HSL108.67º54.22%32.55%-
HSV(B)108.67º70.31%50.2%-
XYZ9.6416.394.49-
YUV95.9195.3298.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 128 (50.39% from 255) = 57.92%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=24.89%
G=57.92%
B=17.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55128380.5700.700.50108.6754.2232.55
Hex37802639046326d3621
Octal6720046710106621556641
Binary11011110000000100110111001010001101100101101101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378026; }

 p { color: rgb(55,128,38); }

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

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

 a { background-color: rgb(55,128,38); }

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

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

 span { border-color: rgb(55,128,38); }

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