#327422

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

Shades of Bilbao #327422

Tints of Bilbao #327422

Color information

#327422 (or 0x327422) is unknown color: approx Bilbao. HEX triplet: 32, 74 and 22. RGB value is (50,116,34). Sum of RGB (Red+Green+Blue) = 50+116+34=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #327422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327422 is #CD8BDD. Grayscale: #575757. Windows color (decimal): -13470686 or 2257970. OLE color: 2257970.

HSL color Cylindrical-coordinate representation of color #327422: hue angle of 108.29º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327422 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB5011634-
CMYK0.5700.710.55
HSL108.29º54.67%29.41%-
HSV(B)108.29º70.69%45.49%-
XYZ7.8513.283.66-
YUV86.9298.13101.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 116 (45.70% from 255) = 58%
BLUE value IS 34 (13.67% from 255) = 17%
R=25%
G=58%
B=17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50116340.5700.710.55108.2954.6729.41
Hex32742239047376c371d
Octal6216442710107671546735
Binary110010111010010001011100101000111110111110110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327422; }

 p { color: rgb(50,116,34); }

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

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

 a { background-color: rgb(50,116,34); }

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

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

 span { border-color: rgb(50,116,34); }

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