#337301

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

Shades of Bilbao #337301

Tints of Bilbao #337301

Color information

#337301 (or 0x337301) is unknown color: approx Bilbao. HEX triplet: 33, 73 and 01. RGB value is (51,115,1). Sum of RGB (Red+Green+Blue) = 51+115+1=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 115 (45.31% from 255 or 68.86% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 115 - color contains mainly: green. Hex color #337301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337301 is #CC8CFE. Grayscale: #535353. Windows color (decimal): -13405439 or 95027. OLE color: 95027.

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

Color convert

RGB511151-
CMYK0.5600.990.55
HSL93.68º98.28%22.75%-
HSV(B)93.68º99.13%45.1%-
XYZ7.512.972.14-
YUV82.8781.8105.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.54%
GREEN value IS 115 (45.31% from 255) = 68.86%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=30.54%
G=68.86%
B=0.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5111510.5600.990.5593.6898.2822.75
Hex3373138063375e6217
Octal6316317001436713614227
Binary11001111100111111000011000111101111011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337301; }

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

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

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

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

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

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

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

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