#378216

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

Shades of Bilbao #378216

Tints of Bilbao #378216

Color information

#378216 (or 0x378216) is unknown color: approx Bilbao. HEX triplet: 37, 82 and 16. RGB value is (55,130,22). Sum of RGB (Red+Green+Blue) = 55+130+22=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #378216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378216 is #C87DE9. Grayscale: #5F5F5F. Windows color (decimal): -13139434 or 1475127. OLE color: 1475127.

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

Color convert

RGB5513022-
CMYK0.5800.830.49
HSL101.67º71.05%29.8%-
HSV(B)101.67º83.08%50.98%-
XYZ9.716.843.5-
YUV95.2686.6599.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 130 (51.17% from 255) = 62.80%
BLUE value IS 22 (8.98% from 255) = 10.63%
R=26.57%
G=62.80%
B=10.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130220.5800.830.49101.6771.0529.8
Hex3782163A0533166471e
Octal67202267201236114610736
Binary1101111000001010110111010010100111100011100110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378216; }

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

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

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

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

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

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

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

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