#378225

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

Shades of Bilbao #378225

Tints of Bilbao #378225

Color information

#378225 (or 0x378225) is unknown color: approx Bilbao. HEX triplet: 37, 82 and 25. RGB value is (55,130,37). Sum of RGB (Red+Green+Blue) = 55+130+37=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #378225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378225 is #C87DDA. Grayscale: #616161. Windows color (decimal): -13139419 or 2458167. OLE color: 2458167.

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

Color convert

RGB5513037-
CMYK0.5800.720.49
HSL108.39º55.69%32.75%-
HSV(B)108.39º71.54%50.98%-
XYZ9.8916.914.49-
YUV96.9794.1598.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 130 (51.17% from 255) = 58.56%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=24.77%
G=58.56%
B=16.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130370.5800.720.49108.3955.6932.75
Hex3782253A048316c3821
Octal6720245720110611547041
Binary11011110000010100101111010010010001100011101100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378225; }

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

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

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

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

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

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

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

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