#327A1F

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

Shades of Bilbao #327A1F

Tints of Bilbao #327A1F

Color information

#327A1F (or 0x327A1F) is unknown color: approx Bilbao. HEX triplet: 32, 7A and 1F. RGB value is (50,122,31). Sum of RGB (Red+Green+Blue) = 50+122+31=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #327A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A1F is #CD85E0. Grayscale: #5A5A5A. Windows color (decimal): -13469153 or 2062898. OLE color: 2062898.

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

Color convert

RGB5012231-
CMYK0.5900.750.52
HSL107.47º59.48%30%-
HSV(B)107.47º74.59%47.84%-
XYZ8.5214.73.68-
YUV90.194.6599.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 122 (48.05% from 255) = 60.10%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=24.63%
G=60.10%
B=15.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50122310.5900.750.52107.4759.4830
Hex327A1F3B04B346b3b1e
Octal6217237730113641537336
Binary11001011110101111111101101001011110100110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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