#378215

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

Shades of Bilbao #378215

Tints of Bilbao #378215

Color information

#378215 (or 0x378215) is unknown color: approx Bilbao. HEX triplet: 37, 82 and 15. RGB value is (55,130,21). Sum of RGB (Red+Green+Blue) = 55+130+21=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 130 (51.17% from 255 or 63.11% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 130 - color contains mainly: green. Hex color #378215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378215 is #C87DEA. Grayscale: #5F5F5F. Windows color (decimal): -13139435 or 1409591. OLE color: 1409591.

HSL color Cylindrical-coordinate representation of color #378215: hue angle of 101.28º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #378215 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB5513021-
CMYK0.5800.840.49
HSL101.28º72.19%29.61%-
HSV(B)101.28º83.85%50.98%-
XYZ9.6916.833.45-
YUV95.1586.1599.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 130 (51.17% from 255) = 63.11%
BLUE value IS 21 (8.59% from 255) = 10.19%
R=26.70%
G=63.11%
B=10.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130210.5800.840.49101.2872.1929.61
Hex3782153A0543165481e
Octal67202257201246114511036
Binary1101111000001010101111010010101001100011100101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378215; }

 p { color: rgb(55,130,21); }

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

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

 a { background-color: rgb(55,130,21); }

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

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

 span { border-color: rgb(55,130,21); }

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