#336615

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

Shades of Bilbao #336615

Tints of Bilbao #336615

Color information

#336615 (or 0x336615) is unknown color: approx Bilbao. HEX triplet: 33, 66 and 15. RGB value is (51,102,21). Sum of RGB (Red+Green+Blue) = 51+102+21=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #336615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336615 is #CC99EA. Grayscale: #4D4D4D. Windows color (decimal): -13408747 or 1402419. OLE color: 1402419.

HSL color Cylindrical-coordinate representation of color #336615: hue angle of 97.78º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #336615 is Cyan = 0.5, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB5110221-
CMYK0.500.790.6
HSL97.78º65.85%24.12%-
HSV(B)97.78º79.41%40%-
XYZ6.2510.262.36-
YUV77.5296.1109.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.31%
GREEN value IS 102 (40.23% from 255) = 58.62%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=29.31%
G=58.62%
B=12.07%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51102210.500.790.697.7865.8524.12
Hex3366153204F3C624218
Octal63146256201177414210230
Binary110011110011010101110010010011111111001100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336615; }

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

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

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

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

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

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

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

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