#378610

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

Shades of Bilbao #378610

Tints of Bilbao #378610

Color information

#378610 (or 0x378610) is unknown color: approx Bilbao. HEX triplet: 37, 86 and 10. RGB value is (55,134,16). Sum of RGB (Red+Green+Blue) = 55+134+16=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 134 (52.73% from 255 or 65.37% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 134 - color contains mainly: green. Hex color #378610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378610 is #C879EF. Grayscale: #616161. Windows color (decimal): -13138416 or 1082935. OLE color: 1082935.

HSL color Cylindrical-coordinate representation of color #378610: hue angle of 100.17º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #378610 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB5513416-
CMYK0.5900.880.47
HSL100.17º78.67%29.41%-
HSV(B)100.17º88.06%52.55%-
XYZ10.1917.93.41-
YUV96.9382.3398.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.83%
GREEN value IS 134 (52.73% from 255) = 65.37%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=26.83%
G=65.37%
B=7.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134160.5900.880.47100.1778.6729.41
Hex3786103B0582F644f1d
Octal67206207301305714411735
Binary1101111000011010000111011010110001011111100100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378610; }

 p { color: rgb(55,134,16); }

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

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

 a { background-color: rgb(55,134,16); }

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

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

 span { border-color: rgb(55,134,16); }

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