#327827

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

Shades of Bilbao #327827

Tints of Bilbao #327827

Color information

#327827 (or 0x327827) is unknown color: approx Bilbao. HEX triplet: 32, 78 and 27. RGB value is (50,120,39). Sum of RGB (Red+Green+Blue) = 50+120+39=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 120 (47.27% from 255 or 57.42% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 120 - color contains mainly: green. Hex color #327827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327827 is #CD87D8. Grayscale: #5A5A5A. Windows color (decimal): -13469657 or 2586674. OLE color: 2586674.

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

Color convert

RGB5012039-
CMYK0.5800.670.53
HSL111.85º50.94%31.18%-
HSV(B)111.85º67.5%47.06%-
XYZ8.414.264.23-
YUV89.8499.3199.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 120 (47.27% from 255) = 57.42%
BLUE value IS 39 (15.62% from 255) = 18.66%
R=23.92%
G=57.42%
B=18.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50120390.5800.670.53111.8550.9431.18
Hex3278273A0433570331f
Octal6217047720103651606337
Binary110010111100010011111101001000011110101111000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327827; }

 p { color: rgb(50,120,39); }

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

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

 a { background-color: rgb(50,120,39); }

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

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

 span { border-color: rgb(50,120,39); }

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