#378712

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

Shades of Bilbao #378712

Tints of Bilbao #378712

Color information

#378712 (or 0x378712) is unknown color: approx Bilbao. HEX triplet: 37, 87 and 12. RGB value is (55,135,18). Sum of RGB (Red+Green+Blue) = 55+135+18=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 135 (53.12% from 255 or 64.90% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 135 - color contains mainly: green. Hex color #378712 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378712 is #C878ED. Grayscale: #626262. Windows color (decimal): -13138158 or 1214263. OLE color: 1214263.

HSL color Cylindrical-coordinate representation of color #378712: hue angle of 101.03º 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 #378712 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB5513518-
CMYK0.5900.870.47
HSL101.03º76.47%30%-
HSV(B)101.03º86.67%52.94%-
XYZ10.3518.183.54-
YUV97.748397.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 135 (53.12% from 255) = 64.90%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=26.44%
G=64.90%
B=8.65%

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
Decimal55135180.5900.870.47101.0376.4730
Hex3787123B0572F654c1e
Octal67207227301275714511436
Binary1101111000011110010111011010101111011111100101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378712; }

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

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

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

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

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

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

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

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