#367A01

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

Shades of Bilbao #367A01

Tints of Bilbao #367A01

Color information

#367A01 (or 0x367A01) is unknown color: approx Bilbao. HEX triplet: 36, 7A and 01. RGB value is (54,122,1). Sum of RGB (Red+Green+Blue) = 54+122+1=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 122 (48.05% from 255 or 68.93% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 122 - color contains mainly: green. Hex color #367A01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367A01 is #C985FE. Grayscale: #585858. Windows color (decimal): -13207039 or 96822. OLE color: 96822.

HSL color Cylindrical-coordinate representation of color #367A01: hue angle of 93.72º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #367A01 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB541221-
CMYK0.5600.990.52
HSL93.72º98.37%24.12%-
HSV(B)93.72º99.18%47.84%-
XYZ8.4914.712.42-
YUV87.8778.97103.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.51%
GREEN value IS 122 (48.05% from 255) = 68.93%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=30.51%
G=68.93%
B=0.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5412210.5600.990.5293.7298.3724.12
Hex367A138063345e6218
Octal6617217001436413614230
Binary11011011110101111000011000111101001011110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,122,1); }

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

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

 a { background-color: rgb(54,122,1); }

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

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

 span { border-color: rgb(54,122,1); }

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