#378612

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

Shades of Bilbao #378612

Tints of Bilbao #378612

Color information

#378612 (or 0x378612) is unknown color: approx Bilbao. HEX triplet: 37, 86 and 12. RGB value is (55,134,18). Sum of RGB (Red+Green+Blue) = 55+134+18=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 134 (52.73% from 255 or 64.73% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 134 - color contains mainly: green. Hex color #378612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378612 is #C879ED. Grayscale: #616161. Windows color (decimal): -13138414 or 1214007. OLE color: 1214007.

HSL color Cylindrical-coordinate representation of color #378612: hue angle of 100.86º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #378612 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB5513418-
CMYK0.5900.870.47
HSL100.86º76.32%29.8%-
HSV(B)100.86º86.57%52.55%-
XYZ10.2117.913.49-
YUV97.1683.3397.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 134 (52.73% from 255) = 64.73%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=26.57%
G=64.73%
B=8.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134180.5900.870.47100.8676.3229.8
Hex3786123B0572F654c1e
Octal67206227301275714511436
Binary1101111000011010010111011010101111011111100101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378612; }

 p { color: rgb(55,134,18); }

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

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

 a { background-color: rgb(55,134,18); }

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

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

 span { border-color: rgb(55,134,18); }

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