#378A0A

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

Shades of Bilbao #378A0A

Tints of Bilbao #378A0A

Color information

#378A0A (or 0x378A0A) is unknown color: approx Bilbao. HEX triplet: 37, 8A and 0A. RGB value is (55,138,10). Sum of RGB (Red+Green+Blue) = 55+138+10=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 138 (54.30% from 255 or 67.98% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 138 - color contains mainly: green. Hex color #378A0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378A0A is #C875F5. Grayscale: #636363. Windows color (decimal): -13137398 or 690743. OLE color: 690743.

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

Color convert

RGB5513810-
CMYK0.6000.930.46
HSL98.91º86.49%29.02%-
HSV(B)98.91º92.75%54.12%-
XYZ10.7219.013.39-
YUV98.597896.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 138 (54.30% from 255) = 67.98%
BLUE value IS 10 (4.30% from 255) = 4.93%
R=27.09%
G=67.98%
B=4.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55138100.6000.930.4698.9186.4929.02
Hex378AA3C05D2E63561d
Octal67212127401355614312635
Binary110111100010101010111100010111011011101100011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,138,10); }

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

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

 a { background-color: rgb(55,138,10); }

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

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

 span { border-color: rgb(55,138,10); }

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