#366C03

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

Shades of Bilbao #366C03

Tints of Bilbao #366C03

Color information

#366C03 (or 0x366C03) is unknown color: approx Bilbao. HEX triplet: 36, 6C and 03. RGB value is (54,108,3). Sum of RGB (Red+Green+Blue) = 54+108+3=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 108 (42.58% from 255 or 65.45% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 108 - color contains mainly: green. Hex color #366C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366C03 is #C993FC. Grayscale: #505050. Windows color (decimal): -13210621 or 224310. OLE color: 224310.

HSL color Cylindrical-coordinate representation of color #366C03: hue angle of 90.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #366C03 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB541083-
CMYK0.5000.970.58
HSL90.86º94.59%21.76%-
HSV(B)90.86º97.22%42.35%-
XYZ6.911.521.95-
YUV79.8884.61109.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 108 (42.58% from 255) = 65.45%
BLUE value IS 3 (1.56% from 255) = 1.82%
R=32.73%
G=65.45%
B=1.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5410830.5000.970.5890.8694.5921.76
Hex366C3320613A5b5f16
Octal6615436201417213313726
Binary110110110110011110010011000011110101011011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366C03; }

 p { color: rgb(54,108,3); }

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

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

 a { background-color: rgb(54,108,3); }

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

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

 span { border-color: rgb(54,108,3); }

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