#328025

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

Shades of Bilbao #328025

Tints of Bilbao #328025

Color information

#328025 (or 0x328025) is unknown color: approx Bilbao. HEX triplet: 32, 80 and 25. RGB value is (50,128,37). Sum of RGB (Red+Green+Blue) = 50+128+37=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #328025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328025 is #CD7FDA. Grayscale: #5E5E5E. Windows color (decimal): -13467611 or 2457650. OLE color: 2457650.

HSL color Cylindrical-coordinate representation of color #328025: hue angle of 111.43º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328025 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB5012837-
CMYK0.6100.710.50
HSL111.43º55.15%32.35%-
HSV(B)111.43º71.09%50.2%-
XYZ9.3716.254.39-
YUV94.395.6696.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 128 (50.39% from 255) = 59.53%
BLUE value IS 37 (14.84% from 255) = 17.21%
R=23.26%
G=59.53%
B=17.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50128370.6100.710.50111.4355.1532.35
Hex3280253D047326f3720
Octal6220045750107621576740
Binary11001010000000100101111101010001111100101101111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328025; }

 p { color: rgb(50,128,37); }

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

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

 a { background-color: rgb(50,128,37); }

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

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

 span { border-color: rgb(50,128,37); }

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