#337418

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

Shades of Bilbao #337418

Tints of Bilbao #337418

Color information

#337418 (or 0x337418) is unknown color: approx Bilbao. HEX triplet: 33, 74 and 18. RGB value is (51,116,24). Sum of RGB (Red+Green+Blue) = 51+116+24=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #337418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337418 is #CC8BE7. Grayscale: #565656. Windows color (decimal): -13405160 or 1602611. OLE color: 1602611.

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

Color convert

RGB5111624-
CMYK0.5600.790.55
HSL102.39º65.71%27.45%-
HSV(B)102.39º79.31%45.49%-
XYZ7.7813.263.01-
YUV86.0892.97102.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.70%
GREEN value IS 116 (45.70% from 255) = 60.73%
BLUE value IS 24 (9.77% from 255) = 12.57%
R=26.70%
G=60.73%
B=12.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116240.5600.790.55102.3965.7127.45
Hex3374183804F3766421b
Octal63164307001176714610233
Binary110011111010011000111000010011111101111100110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337418; }

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

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

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

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

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

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

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

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