#336915

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

Shades of Bilbao #336915

Tints of Bilbao #336915

Color information

#336915 (or 0x336915) is unknown color: approx Bilbao. HEX triplet: 33, 69 and 15. RGB value is (51,105,21). Sum of RGB (Red+Green+Blue) = 51+105+21=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 105 (41.41% from 255 or 59.32% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 105 - color contains mainly: green. Hex color #336915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336915 is #CC96EA. Grayscale: #4F4F4F. Windows color (decimal): -13407979 or 1403187. OLE color: 1403187.

HSL color Cylindrical-coordinate representation of color #336915: hue angle of 98.57º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #336915 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB5110521-
CMYK0.5100.800.59
HSL98.57º66.67%24.71%-
HSV(B)98.57º80%41.18%-
XYZ6.5510.862.46-
YUV79.2895.11107.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 105 (41.41% from 255) = 59.32%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=28.81%
G=59.32%
B=11.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51105210.5100.800.5998.5766.6724.71
Hex336915330503B634319
Octal63151256301207314310331
Binary110011110100110101110011010100001110111100011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336915; }

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

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

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

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

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

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

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

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