#367F00

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

Shades of Bilbao #367F00

Tints of Bilbao #367F00

Color information

#367F00 (or 0x367F00) is unknown color: approx Bilbao. HEX triplet: 36, 7F and 00. RGB value is (54,127,0). Sum of RGB (Red+Green+Blue) = 54+127+0=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 127 (50% from 255 or 70.17% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 127 - color contains mainly: green. Hex color #367F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367F00 is #C980FF. Grayscale: #5B5B5B. Windows color (decimal): -13205760 or 32566. OLE color: 32566.

HSL color Cylindrical-coordinate representation of color #367F00: hue angle of 94.49º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #367F00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB541270-
CMYK0.57010.50
HSL94.49º100%24.9%-
HSV(B)94.49º100%49.8%-
XYZ9.1115.962.6-
YUV90.776.82101.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 127 (50% from 255) = 70.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.83%
G=70.17%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5412700.57010.5094.4910024.9
Hex367F039064325e6419
Octal6617707101446213614431
Binary11011011111110111001011001001100101011110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367F00; }

 p { color: rgb(54,127,0); }

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

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

 a { background-color: rgb(54,127,0); }

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

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

 span { border-color: rgb(54,127,0); }

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