#378210

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

Shades of Bilbao #378210

Tints of Bilbao #378210

Color information

#378210 (or 0x378210) is unknown color: approx Bilbao. HEX triplet: 37, 82 and 10. RGB value is (55,130,16). Sum of RGB (Red+Green+Blue) = 55+130+16=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #378210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378210 is #C87DEF. Grayscale: #5E5E5E. Windows color (decimal): -13139440 or 1081911. OLE color: 1081911.

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

Color convert

RGB5513016-
CMYK0.5800.880.49
HSL99.47º78.08%28.63%-
HSV(B)99.47º87.69%50.98%-
XYZ9.6516.813.23-
YUV94.5883.6599.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 130 (51.17% from 255) = 64.68%
BLUE value IS 16 (6.64% from 255) = 7.96%
R=27.36%
G=64.68%
B=7.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130160.5800.880.4999.4778.0828.63
Hex3782103A05831634e1d
Octal67202207201306114311635
Binary1101111000001010000111010010110001100011100011100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378210; }

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

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

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

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

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

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

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

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