#378308

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

Shades of Bilbao #378308

Tints of Bilbao #378308

Color information

#378308 (or 0x378308) is unknown color: approx Bilbao. HEX triplet: 37, 83 and 08. RGB value is (55,131,8). Sum of RGB (Red+Green+Blue) = 55+131+8=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 131 (51.56% from 255 or 67.53% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 131 - color contains mainly: green. Hex color #378308 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378308 is #C87CF7. Grayscale: #5E5E5E. Windows color (decimal): -13139192 or 557879. OLE color: 557879.

HSL color Cylindrical-coordinate representation of color #378308: hue angle of 97.07º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #378308 is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB551318-
CMYK0.5800.940.49
HSL97.07º88.49%27.25%-
HSV(B)97.07º93.89%51.37%-
XYZ9.7417.063.01-
YUV94.2579.32100-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 131 (51.56% from 255) = 67.53%
BLUE value IS 8 (3.52% from 255) = 4.12%
R=28.35%
G=67.53%
B=4.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5513180.5800.940.4997.0788.4927.25
Hex378383A05E3161581b
Octal67203107201366114113033
Binary110111100000111000111010010111101100011100001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378308; }

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

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

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

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

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

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

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

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