#327F0D

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

Shades of Bilbao #327F0D

Tints of Bilbao #327F0D

Color information

#327F0D (or 0x327F0D) is unknown color: approx Bilbao. HEX triplet: 32, 7F and 0D. RGB value is (50,127,13). Sum of RGB (Red+Green+Blue) = 50+127+13=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 127 (50% from 255 or 66.84% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 127 - color contains mainly: green. Hex color #327F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327F0D is #CD80F2. Grayscale: #5B5B5B. Windows color (decimal): -13467891 or 884530. OLE color: 884530.

HSL color Cylindrical-coordinate representation of color #327F0D: hue angle of 100.53º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #327F0D is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB5012713-
CMYK0.6100.900.50
HSL100.53º81.43%27.45%-
HSV(B)100.53º89.76%49.8%-
XYZ8.9815.892.97-
YUV90.9883.9998.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.32%
GREEN value IS 127 (50% from 255) = 66.84%
BLUE value IS 13 (5.47% from 255) = 6.84%
R=26.32%
G=66.84%
B=6.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127130.6100.900.50100.5381.4327.45
Hex327FD3D05A3265511b
Octal62177157501326214512133
Binary11001011111111101111101010110101100101100101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,127,13); }

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

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

 a { background-color: rgb(50,127,13); }

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

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

 span { border-color: rgb(50,127,13); }

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