#337525

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

Shades of Bilbao #337525

Tints of Bilbao #337525

Color information

#337525 (or 0x337525) is unknown color: approx Bilbao. HEX triplet: 33, 75 and 25. RGB value is (51,117,37). Sum of RGB (Red+Green+Blue) = 51+117+37=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #337525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337525 is #CC8ADA. Grayscale: #585858. Windows color (decimal): -13404891 or 2454835. OLE color: 2454835.

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

Color convert

RGB5111737-
CMYK0.5600.680.54
HSL109.5º51.95%30.2%-
HSV(B)109.5º68.38%45.88%-
XYZ8.0613.563.94-
YUV88.1599.13101.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 117 (46.09% from 255) = 57.07%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=24.88%
G=57.07%
B=18.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117370.5600.680.54109.551.9530.2
Hex33752538044366e341e
Octal6316545700104661566436
Binary110011111010110010111100001000100110110110111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337525; }

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

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

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

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

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

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

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

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