#337114

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

Shades of Bilbao #337114

Tints of Bilbao #337114

Color information

#337114 (or 0x337114) is unknown color: approx Bilbao. HEX triplet: 33, 71 and 14. RGB value is (51,113,20). Sum of RGB (Red+Green+Blue) = 51+113+20=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #337114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337114 is #CC8EEB. Grayscale: #545454. Windows color (decimal): -13405932 or 1339699. OLE color: 1339699.

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

Color convert

RGB5111320-
CMYK0.5500.820.56
HSL100º69.92%26.08%-
HSV(B)100º82.3%44.31%-
XYZ7.412.562.7-
YUV83.8691.96104.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 113 (44.53% from 255) = 61.41%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=27.72%
G=61.41%
B=10.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51113200.5500.820.5610069.9226.08
Hex337114370523864461a
Octal63161246701227014410632
Binary110011111000110100110111010100101110001100100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337114; }

 p { color: rgb(51,113,20); }

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

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

 a { background-color: rgb(51,113,20); }

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

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

 span { border-color: rgb(51,113,20); }

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