#378819

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

Shades of Bilbao #378819

Tints of Bilbao #378819

Color information

#378819 (or 0x378819) is unknown color: approx Bilbao. HEX triplet: 37, 88 and 19. RGB value is (55,136,25). Sum of RGB (Red+Green+Blue) = 55+136+25=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 136 (53.52% from 255 or 62.96% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 136 - color contains mainly: green. Hex color #378819 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378819 is #C877E6. Grayscale: #636363. Windows color (decimal): -13137895 or 1673271. OLE color: 1673271.

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

Color convert

RGB5513625-
CMYK0.6000.820.47
HSL103.78º68.94%31.57%-
HSV(B)103.78º81.62%53.33%-
XYZ10.5618.493.93-
YUV99.1386.1696.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 136 (53.52% from 255) = 62.96%
BLUE value IS 25 (10.16% from 255) = 11.57%
R=25.46%
G=62.96%
B=11.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55136250.6000.820.47103.7868.9431.57
Hex3788193C0522F684520
Octal67210317401225715010540
Binary11011110001000110011111000101001010111111010001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378819; }

 p { color: rgb(55,136,25); }

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

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

 a { background-color: rgb(55,136,25); }

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

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

 span { border-color: rgb(55,136,25); }

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