#337415

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

Shades of Bilbao #337415

Tints of Bilbao #337415

Color information

#337415 (or 0x337415) is unknown color: approx Bilbao. HEX triplet: 33, 74 and 15. RGB value is (51,116,21). Sum of RGB (Red+Green+Blue) = 51+116+21=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 116 (45.70% from 255 or 61.70% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 116 - color contains mainly: green. Hex color #337415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337415 is #CC8BEA. Grayscale: #565656. Windows color (decimal): -13405163 or 1406003. OLE color: 1406003.

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

Color convert

RGB5111621-
CMYK0.5600.820.55
HSL101.05º69.34%26.86%-
HSV(B)101.05º81.9%45.49%-
XYZ7.7513.252.86-
YUV85.7491.47103.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 116 (45.70% from 255) = 61.70%
BLUE value IS 21 (8.59% from 255) = 11.17%
R=27.13%
G=61.70%
B=11.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116210.5600.820.55101.0569.3426.86
Hex337415380523765451b
Octal63164257001226714510533
Binary110011111010010101111000010100101101111100101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337415; }

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

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

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

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

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

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

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

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