#378E04

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

Shades of Bilbao #378E04

Tints of Bilbao #378E04

Color information

#378E04 (or 0x378E04) is unknown color: approx Bilbao. HEX triplet: 37, 8E and 04. RGB value is (55,142,4). Sum of RGB (Red+Green+Blue) = 55+142+4=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 142 (55.86% from 255 or 70.65% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 142 - color contains mainly: green. Hex color #378E04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378E04 is #C871FB. Grayscale: #646464. Windows color (decimal): -13136380 or 298551. OLE color: 298551.

HSL color Cylindrical-coordinate representation of color #378E04: hue angle of 97.83º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #378E04 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB551424-
CMYK0.6100.970.44
HSL97.83º94.52%28.63%-
HSV(B)97.83º97.18%55.69%-
XYZ11.2720.173.41-
YUV100.2673.6895.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 142 (55.86% from 255) = 70.65%
BLUE value IS 4 (1.95% from 255) = 1.99%
R=27.36%
G=70.65%
B=1.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5514240.6100.970.4497.8394.5228.63
Hex378E43D0612C625f1d
Octal6721647501415414213735
Binary11011110001110100111101011000011011001100010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,142,4); }

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

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

 a { background-color: rgb(55,142,4); }

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

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

 span { border-color: rgb(55,142,4); }

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