#326F23

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

Shades of Bilbao #326F23

Tints of Bilbao #326F23

Color information

#326F23 (or 0x326F23) is unknown color: approx Bilbao. HEX triplet: 32, 6F and 23. RGB value is (50,111,35). Sum of RGB (Red+Green+Blue) = 50+111+35=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #326F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F23 is #CD90DC. Grayscale: #545454. Windows color (decimal): -13471965 or 2322226. OLE color: 2322226.

HSL color Cylindrical-coordinate representation of color #326F23: hue angle of 108.16º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #326F23 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB5011135-
CMYK0.5500.680.56
HSL108.16º52.05%28.63%-
HSV(B)108.16º68.47%43.53%-
XYZ7.312.173.55-
YUV84.1100.29103.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 111 (43.75% from 255) = 56.63%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=25.51%
G=56.63%
B=17.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50111350.5500.680.56108.1652.0528.63
Hex326F2337044386c341d
Octal6215743670104701546435
Binary110010110111110001111011101000100111000110110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326F23; }

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

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

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

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

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

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

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

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