#367E01

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

Shades of Bilbao #367E01

Tints of Bilbao #367E01

Color information

#367E01 (or 0x367E01) is unknown color: approx Bilbao. HEX triplet: 36, 7E and 01. RGB value is (54,126,1). Sum of RGB (Red+Green+Blue) = 54+126+1=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 126 (49.61% from 255 or 69.61% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 126 - color contains mainly: green. Hex color #367E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367E01 is #C981FE. Grayscale: #5A5A5A. Windows color (decimal): -13206015 or 97846. OLE color: 97846.

HSL color Cylindrical-coordinate representation of color #367E01: hue angle of 94.56º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #367E01 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB541261-
CMYK0.5700.990.51
HSL94.56º98.43%24.9%-
HSV(B)94.56º99.21%49.41%-
XYZ8.9915.712.59-
YUV90.2277.65102.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 126 (49.61% from 255) = 69.61%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=29.83%
G=69.61%
B=0.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5412610.5700.990.5194.5698.4324.9
Hex367E139063335f6219
Octal6617617101436313714231
Binary11011011111101111001011000111100111011111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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