#327908

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

Shades of Bilbao #327908

Tints of Bilbao #327908

Color information

#327908 (or 0x327908) is unknown color: approx Bilbao. HEX triplet: 32, 79 and 08. RGB value is (50,121,8). Sum of RGB (Red+Green+Blue) = 50+121+8=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 121 (47.66% from 255 or 67.60% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 121 - color contains mainly: green. Hex color #327908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327908 is #CD86F7. Grayscale: #575757. Windows color (decimal): -13469432 or 555314. OLE color: 555314.

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

Color convert

RGB501218-
CMYK0.5900.930.53
HSL97.7º87.6%25.29%-
HSV(B)97.7º93.39%47.45%-
XYZ8.214.372.57-
YUV86.8983.48101.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 121 (47.66% from 255) = 67.60%
BLUE value IS 8 (3.52% from 255) = 4.47%
R=27.93%
G=67.60%
B=4.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5012180.5900.930.5397.787.625.29
Hex327983B05D35625819
Octal62171107301356514213031
Binary11001011110011000111011010111011101011100010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327908; }

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

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

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

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

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

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

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

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