#337325

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

Shades of Bilbao #337325

Tints of Bilbao #337325

Color information

#337325 (or 0x337325) is unknown color: approx Bilbao. HEX triplet: 33, 73 and 25. RGB value is (51,115,37). Sum of RGB (Red+Green+Blue) = 51+115+37=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #337325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337325 is #CC8CDA. Grayscale: #575757. Windows color (decimal): -13405403 or 2454323. OLE color: 2454323.

HSL color Cylindrical-coordinate representation of color #337325: hue angle of 109.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #337325 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB5111537-
CMYK0.5600.680.55
HSL109.23º51.32%29.8%-
HSV(B)109.23º67.83%45.1%-
XYZ7.8313.13.87-
YUV86.9799.8102.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.12%
GREEN value IS 115 (45.31% from 255) = 56.65%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=25.12%
G=56.65%
B=18.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115370.5600.680.55109.2351.3229.8
Hex33732538044376d331e
Octal6316345700104671556336
Binary110011111001110010111100001000100110111110110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337325; }

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

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

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

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

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

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

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

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