#378D09

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

Shades of Bilbao #378D09

Tints of Bilbao #378D09

Color information

#378D09 (or 0x378D09) is unknown color: approx Bilbao. HEX triplet: 37, 8D and 09. RGB value is (55,141,9). Sum of RGB (Red+Green+Blue) = 55+141+9=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 141 (55.47% from 255 or 68.78% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 141 - color contains mainly: green. Hex color #378D09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378D09 is #C872F6. Grayscale: #646464. Windows color (decimal): -13136631 or 625975. OLE color: 625975.

HSL color Cylindrical-coordinate representation of color #378D09: hue angle of 99.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #378D09 is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB551419-
CMYK0.6100.940.45
HSL99.09º88%29.41%-
HSV(B)99.09º93.62%55.29%-
XYZ11.1519.883.51-
YUV100.2476.5195.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 141 (55.47% from 255) = 68.78%
BLUE value IS 9 (3.91% from 255) = 4.39%
R=26.83%
G=68.78%
B=4.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5514190.6100.940.4599.098829.41
Hex378D93D05E2D63581d
Octal67215117501365514313035
Binary110111100011011001111101010111101011011100011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378D09; }

 p { color: rgb(55,141,9); }

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

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

 a { background-color: rgb(55,141,9); }

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

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

 span { border-color: rgb(55,141,9); }

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