#378521

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

Shades of Bilbao #378521

Tints of Bilbao #378521

Color information

#378521 (or 0x378521) is unknown color: approx Bilbao. HEX triplet: 37, 85 and 21. RGB value is (55,133,33). Sum of RGB (Red+Green+Blue) = 55+133+33=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #378521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378521 is #C87ADE. Grayscale: #626262. Windows color (decimal): -13138655 or 2196791. OLE color: 2196791.

HSL color Cylindrical-coordinate representation of color #378521: hue angle of 106.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #378521 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB5513333-
CMYK0.5900.750.48
HSL106.8º60.24%32.55%-
HSV(B)106.8º75.19%52.16%-
XYZ10.2417.74.32-
YUV98.2891.1697.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 133 (52.34% from 255) = 60.18%
BLUE value IS 33 (13.28% from 255) = 14.93%
R=24.89%
G=60.18%
B=14.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55133330.5900.750.48106.860.2432.55
Hex3785213B04B306b3c21
Octal6720541730113601537441
Binary11011110000101100001111011010010111100001101011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378521; }

 p { color: rgb(55,133,33); }

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

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

 a { background-color: rgb(55,133,33); }

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

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

 span { border-color: rgb(55,133,33); }

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