#327925

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

Shades of Bilbao #327925

Tints of Bilbao #327925

Color information

#327925 (or 0x327925) is unknown color: approx Bilbao. HEX triplet: 32, 79 and 25. RGB value is (50,121,37). Sum of RGB (Red+Green+Blue) = 50+121+37=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #327925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327925 is #CD86DA. Grayscale: #5A5A5A. Windows color (decimal): -13469403 or 2455858. OLE color: 2455858.

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

Color convert

RGB5012137-
CMYK0.5900.690.53
HSL110.71º53.16%30.98%-
HSV(B)110.71º69.42%47.45%-
XYZ8.4914.494.1-
YUV90.297.9899.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 121 (47.66% from 255) = 58.17%
BLUE value IS 37 (14.84% from 255) = 17.79%
R=24.04%
G=58.17%
B=17.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121370.5900.690.53110.7153.1630.98
Hex3279253B045356f351f
Octal6217145730105651576537
Binary110010111100110010111101101000101110101110111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327925; }

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

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

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

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

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

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

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

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