#378913

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

Shades of Bilbao #378913

Tints of Bilbao #378913

Color information

#378913 (or 0x378913) is unknown color: approx Bilbao. HEX triplet: 37, 89 and 13. RGB value is (55,137,19). Sum of RGB (Red+Green+Blue) = 55+137+19=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #378913 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378913 is #C876EC. Grayscale: #636363. Windows color (decimal): -13137645 or 1280311. OLE color: 1280311.

HSL color Cylindrical-coordinate representation of color #378913: hue angle of 101.69º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #378913 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB5513719-
CMYK0.6000.860.46
HSL101.69º75.64%30.59%-
HSV(B)101.69º86.13%53.73%-
XYZ10.6418.753.67-
YUV99.0382.8396.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 137 (53.91% from 255) = 64.93%
BLUE value IS 19 (7.81% from 255) = 9.00%
R=26.07%
G=64.93%
B=9.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55137190.6000.860.46101.6975.6430.59
Hex3789133C0562E664c1f
Octal67211237401265614611437
Binary1101111000100110011111100010101101011101100110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378913; }

 p { color: rgb(55,137,19); }

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

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

 a { background-color: rgb(55,137,19); }

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

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

 span { border-color: rgb(55,137,19); }

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