#337601

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

Shades of Bilbao #337601

Tints of Bilbao #337601

Color information

#337601 (or 0x337601) is unknown color: approx Bilbao. HEX triplet: 33, 76 and 01. RGB value is (51,118,1). Sum of RGB (Red+Green+Blue) = 51+118+1=170 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30% from 170); Green value is 118 (46.48% from 255 or 69.41% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 118 - color contains mainly: green. Hex color #337601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337601 is #CC89FE. Grayscale: #555555. Windows color (decimal): -13404671 or 95795. OLE color: 95795.

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

Color convert

RGB511181-
CMYK0.5700.990.54
HSL94.36º98.32%23.33%-
HSV(B)94.36º99.15%46.27%-
XYZ7.8513.662.25-
YUV84.6380.8104.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30%
GREEN value IS 118 (46.48% from 255) = 69.41%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=30%
G=69.41%
B=0.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5111810.5700.990.5494.3698.3223.33
Hex3376139063365e6217
Octal6316617101436613614227
Binary11001111101101111001011000111101101011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337601; }

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

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

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

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

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

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

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

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