#378212

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

Shades of Bilbao #378212

Tints of Bilbao #378212

Color information

#378212 (or 0x378212) is unknown color: approx Bilbao. HEX triplet: 37, 82 and 12. RGB value is (55,130,18). Sum of RGB (Red+Green+Blue) = 55+130+18=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #378212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378212 is #C87DED. Grayscale: #5F5F5F. Windows color (decimal): -13139438 or 1212983. OLE color: 1212983.

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

Color convert

RGB5513018-
CMYK0.5800.860.49
HSL100.18º75.68%29.02%-
HSV(B)100.18º86.15%50.98%-
XYZ9.6716.823.31-
YUV94.8184.6599.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 130 (51.17% from 255) = 64.04%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=27.09%
G=64.04%
B=8.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130180.5800.860.49100.1875.6829.02
Hex3782123A05631644c1d
Octal67202227201266114411435
Binary1101111000001010010111010010101101100011100100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378212; }

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

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

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

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

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

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

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

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