#337410

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

Shades of Bilbao #337410

Tints of Bilbao #337410

Color information

#337410 (or 0x337410) is unknown color: approx Bilbao. HEX triplet: 33, 74 and 10. RGB value is (51,116,16). Sum of RGB (Red+Green+Blue) = 51+116+16=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 116 (45.70% from 255 or 63.39% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 116 - color contains mainly: green. Hex color #337410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337410 is #CC8BEF. Grayscale: #555555. Windows color (decimal): -13405168 or 1078323. OLE color: 1078323.

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

Color convert

RGB5111616-
CMYK0.5600.860.55
HSL99º75.76%25.88%-
HSV(B)99º86.21%45.49%-
XYZ7.713.232.64-
YUV85.1688.97103.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.87%
GREEN value IS 116 (45.70% from 255) = 63.39%
BLUE value IS 16 (6.64% from 255) = 8.74%
R=27.87%
G=63.39%
B=8.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116160.5600.860.559975.7625.88
Hex3374103805637634c1a
Octal63164207001266714311432
Binary110011111010010000111000010101101101111100011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337410; }

 p { color: rgb(51,116,16); }

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

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

 a { background-color: rgb(51,116,16); }

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

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

 span { border-color: rgb(51,116,16); }

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