#378327

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

Shades of Bilbao #378327

Tints of Bilbao #378327

Color information

#378327 (or 0x378327) is unknown color: approx Bilbao. HEX triplet: 37, 83 and 27. RGB value is (55,131,39). Sum of RGB (Red+Green+Blue) = 55+131+39=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #378327 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378327 is #C87CD8. Grayscale: #626262. Windows color (decimal): -13139161 or 2589495. OLE color: 2589495.

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

Color convert

RGB5513139-
CMYK0.5800.700.49
HSL109.57º54.12%33.33%-
HSV(B)109.57º70.23%51.37%-
XYZ10.0617.194.71-
YUV97.7994.8297.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 131 (51.56% from 255) = 58.22%
BLUE value IS 39 (15.62% from 255) = 17.33%
R=24.44%
G=58.22%
B=17.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55131390.5800.700.49109.5754.1233.33
Hex3783273A046316e3621
Octal6720347720106611566641
Binary11011110000011100111111010010001101100011101110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378327; }

 p { color: rgb(55,131,39); }

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

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

 a { background-color: rgb(55,131,39); }

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

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

 span { border-color: rgb(55,131,39); }

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