#336C21

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

Shades of Bilbao #336C21

Tints of Bilbao #336C21

Color information

#336C21 (or 0x336C21) is unknown color: approx Bilbao. HEX triplet: 33, 6C and 21. RGB value is (51,108,33). Sum of RGB (Red+Green+Blue) = 51+108+33=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #336C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336C21 is #CC93DE. Grayscale: #525252. Windows color (decimal): -13407199 or 2190387. OLE color: 2190387.

HSL color Cylindrical-coordinate representation of color #336C21: hue angle of 105.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #336C21 is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB5110833-
CMYK0.5300.690.58
HSL105.6º53.19%27.65%-
HSV(B)105.6º69.44%42.35%-
XYZ711.543.3-
YUV82.41100.12105.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 108 (42.58% from 255) = 56.25%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=26.56%
G=56.25%
B=17.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51108330.5300.690.58105.653.1927.65
Hex336C21350453A6a351c
Octal6315441650105721526534
Binary110011110110010000111010101000101111010110101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336C21; }

 p { color: rgb(51,108,33); }

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

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

 a { background-color: rgb(51,108,33); }

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

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

 span { border-color: rgb(51,108,33); }

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