#337213

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

Shades of Bilbao #337213

Tints of Bilbao #337213

Color information

#337213 (or 0x337213) is unknown color: approx Bilbao. HEX triplet: 33, 72 and 13. RGB value is (51,114,19). Sum of RGB (Red+Green+Blue) = 51+114+19=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #337213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337213 is #CC8DEC. Grayscale: #545454. Windows color (decimal): -13405677 or 1274419. OLE color: 1274419.

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

Color convert

RGB5111419-
CMYK0.5500.830.55
HSL99.79º71.43%26.08%-
HSV(B)99.79º83.33%44.71%-
XYZ7.512.792.69-
YUV84.3391.13104.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 114 (44.92% from 255) = 61.96%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=27.72%
G=61.96%
B=10.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114190.5500.830.5599.7971.4326.08
Hex337213370533764471a
Octal63162236701236714410732
Binary110011111001010011110111010100111101111100100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337213; }

 p { color: rgb(51,114,19); }

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

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

 a { background-color: rgb(51,114,19); }

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

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

 span { border-color: rgb(51,114,19); }

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