#328725

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

Shades of Bilbao #328725

Tints of Bilbao #328725

Color information

#328725 (or 0x328725) is unknown color: approx Bilbao. HEX triplet: 32, 87 and 25. RGB value is (50,135,37). Sum of RGB (Red+Green+Blue) = 50+135+37=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 135 (53.12% from 255 or 60.81% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 135 - color contains mainly: green. Hex color #328725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328725 is #CD78DA. Grayscale: #626262. Windows color (decimal): -13465819 or 2459442. OLE color: 2459442.

HSL color Cylindrical-coordinate representation of color #328725: hue angle of 112.04º 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 #328725 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB5013537-
CMYK0.6300.730.47
HSL112.04º56.98%33.73%-
HSV(B)112.04º72.59%52.94%-
XYZ10.3118.144.71-
YUV98.4193.3493.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 135 (53.12% from 255) = 60.81%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=22.52%
G=60.81%
B=16.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50135370.6300.730.47112.0456.9833.73
Hex3287253F0492F703922
Octal6220745770111571607142
Binary11001010000111100101111111010010011011111110000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328725; }

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

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

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

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

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

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

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

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