#337015

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

Shades of Bilbao #337015

Tints of Bilbao #337015

Color information

#337015 (or 0x337015) is unknown color: approx Bilbao. HEX triplet: 33, 70 and 15. RGB value is (51,112,21). Sum of RGB (Red+Green+Blue) = 51+112+21=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #337015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337015 is #CC8FEA. Grayscale: #535353. Windows color (decimal): -13406187 or 1404979. OLE color: 1404979.

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

Color convert

RGB5111221-
CMYK0.5400.810.56
HSL100.22º68.42%26.08%-
HSV(B)100.22º81.25%43.92%-
XYZ7.2912.352.71-
YUV83.3992.79104.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 112 (44.14% from 255) = 60.87%
BLUE value IS 21 (8.59% from 255) = 11.41%
R=27.72%
G=60.87%
B=11.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51112210.5400.810.56100.2268.4226.08
Hex337015360513864441a
Octal63160256601217014410432
Binary110011111000010101110110010100011110001100100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337015; }

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

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

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

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

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

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

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

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