#327623

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

Shades of Bilbao #327623

Tints of Bilbao #327623

Color information

#327623 (or 0x327623) is unknown color: approx Bilbao. HEX triplet: 32, 76 and 23. RGB value is (50,118,35). Sum of RGB (Red+Green+Blue) = 50+118+35=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #327623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327623 is #CD89DC. Grayscale: #585858. Windows color (decimal): -13470173 or 2324018. OLE color: 2324018.

HSL color Cylindrical-coordinate representation of color #327623: hue angle of 109.16º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #327623 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB5011835-
CMYK0.5800.700.54
HSL109.16º54.25%30%-
HSV(B)109.16º70.34%46.27%-
XYZ8.113.763.82-
YUV88.2197.97100.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 118 (46.48% from 255) = 58.13%
BLUE value IS 35 (14.06% from 255) = 17.24%
R=24.63%
G=58.13%
B=17.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118350.5800.700.54109.1654.2530
Hex3276233A046366d361e
Octal6216643720106661556636
Binary110010111011010001111101001000110110110110110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327623; }

 p { color: rgb(50,118,35); }

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

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

 a { background-color: rgb(50,118,35); }

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

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

 span { border-color: rgb(50,118,35); }

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