#327A1C

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

Shades of Bilbao #327A1C

Tints of Bilbao #327A1C

Color information

#327A1C (or 0x327A1C) is unknown color: approx Bilbao. HEX triplet: 32, 7A and 1C. RGB value is (50,122,28). Sum of RGB (Red+Green+Blue) = 50+122+28=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 122 (48.05% from 255 or 61% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 122 - color contains mainly: green. Hex color #327A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A1C is #CD85E3. Grayscale: #5A5A5A. Windows color (decimal): -13469156 or 1866290. OLE color: 1866290.

HSL color Cylindrical-coordinate representation of color #327A1C: hue angle of 105.96º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327A1C is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB5012228-
CMYK0.5900.770.52
HSL105.96º62.67%29.41%-
HSV(B)105.96º77.05%47.84%-
XYZ8.4814.683.49-
YUV89.7693.1599.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 122 (48.05% from 255) = 61%
BLUE value IS 28 (11.33% from 255) = 14%
R=25%
G=61%
B=14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50122280.5900.770.52105.9662.6729.41
Hex327A1C3B04D346a3f1d
Octal6217234730115641527735
Binary11001011110101110011101101001101110100110101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327A1C; }

 p { color: rgb(50,122,28); }

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

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

 a { background-color: rgb(50,122,28); }

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

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

 span { border-color: rgb(50,122,28); }

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