#337322

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

Shades of Bilbao #337322

Tints of Bilbao #337322

Color information

#337322 (or 0x337322) is unknown color: approx Bilbao. HEX triplet: 33, 73 and 22. RGB value is (51,115,34). Sum of RGB (Red+Green+Blue) = 51+115+34=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #337322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337322 is #CC8CDD. Grayscale: #565656. Windows color (decimal): -13405406 or 2257715. OLE color: 2257715.

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

Color convert

RGB5111534-
CMYK0.5600.700.55
HSL107.41º54.36%29.22%-
HSV(B)107.41º70.43%45.1%-
XYZ7.7813.083.63-
YUV86.6398.3102.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.5%
GREEN value IS 115 (45.31% from 255) = 57.5%
BLUE value IS 34 (13.67% from 255) = 17%
R=25.5%
G=57.5%
B=17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115340.5600.700.55107.4154.3629.22
Hex33732238046376b361d
Octal6316342700106671536635
Binary110011111001110001011100001000110110111110101111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337322; }

 p { color: rgb(51,115,34); }

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

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

 a { background-color: rgb(51,115,34); }

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

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

 span { border-color: rgb(51,115,34); }

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