#378825

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

Shades of Bilbao #378825

Tints of Bilbao #378825

Color information

#378825 (or 0x378825) is unknown color: approx Bilbao. HEX triplet: 37, 88 and 25. RGB value is (55,136,37). Sum of RGB (Red+Green+Blue) = 55+136+37=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #378825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378825 is #C877DA. Grayscale: #646464. Windows color (decimal): -13137883 or 2459703. OLE color: 2459703.

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

Color convert

RGB5513637-
CMYK0.6000.730.47
HSL109.09º57.23%33.92%-
HSV(B)109.09º72.79%53.33%-
XYZ10.7118.554.77-
YUV100.4992.1695.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 136 (53.52% from 255) = 59.65%
BLUE value IS 37 (14.84% from 255) = 16.23%
R=24.12%
G=59.65%
B=16.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55136370.6000.730.47109.0957.2333.92
Hex3788253C0492F6d3922
Octal6721045740111571557142
Binary11011110001000100101111100010010011011111101101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378825; }

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

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

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

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

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

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

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

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