#378618

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

Shades of Bilbao #378618

Tints of Bilbao #378618

Color information

#378618 (or 0x378618) is unknown color: approx Bilbao. HEX triplet: 37, 86 and 18. RGB value is (55,134,24). Sum of RGB (Red+Green+Blue) = 55+134+24=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 134 (52.73% from 255 or 62.91% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 134 - color contains mainly: green. Hex color #378618 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378618 is #C879E7. Grayscale: #626262. Windows color (decimal): -13138408 or 1607223. OLE color: 1607223.

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

Color convert

RGB5513424-
CMYK0.5900.820.47
HSL103.09º69.62%30.98%-
HSV(B)103.09º82.09%52.55%-
XYZ10.2717.933.78-
YUV97.8486.3397.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.82%
GREEN value IS 134 (52.73% from 255) = 62.91%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=25.82%
G=62.91%
B=11.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55134240.5900.820.47103.0969.6230.98
Hex3786183B0522F67461f
Octal67206307301225714710637
Binary1101111000011011000111011010100101011111100111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378618; }

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

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

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

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

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

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

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

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