#366D04

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

Shades of Bilbao #366D04

Tints of Bilbao #366D04

Color information

#366D04 (or 0x366D04) is unknown color: approx Bilbao. HEX triplet: 36, 6D and 04. RGB value is (54,109,4). Sum of RGB (Red+Green+Blue) = 54+109+4=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 109 (42.97% from 255 or 65.27% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 109 - color contains mainly: green. Hex color #366D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366D04 is #C992FB. Grayscale: #505050. Windows color (decimal): -13210364 or 290102. OLE color: 290102.

HSL color Cylindrical-coordinate representation of color #366D04: hue angle of 91.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #366D04 is Cyan = 0.50, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB541094-
CMYK0.5000.960.57
HSL91.43º92.92%22.16%-
HSV(B)91.43º96.33%42.75%-
XYZ7.0111.732.01-
YUV80.5884.78109.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 109 (42.97% from 255) = 65.27%
BLUE value IS 4 (1.95% from 255) = 2.40%
R=32.34%
G=65.27%
B=2.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5410940.5000.960.5791.4392.9222.16
Hex366D432060395b5d16
Octal6615546201407113313526
Binary1101101101101100110010011000001110011011011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,109,4); }

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

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

 a { background-color: rgb(54,109,4); }

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

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

 span { border-color: rgb(54,109,4); }

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