#356F01

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

Shades of Bilbao #356F01

Tints of Bilbao #356F01

Color information

#356F01 (or 0x356F01) is unknown color: approx Bilbao. HEX triplet: 35, 6F and 01. RGB value is (53,111,1). Sum of RGB (Red+Green+Blue) = 53+111+1=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 111 (43.75% from 255 or 67.27% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 111 - color contains mainly: green. Hex color #356F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356F01 is #CA90FE. Grayscale: #515151. Windows color (decimal): -13275391 or 94005. OLE color: 94005.

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

Color convert

RGB531111-
CMYK0.5200.990.56
HSL91.64º98.21%21.96%-
HSV(B)91.64º99.1%43.53%-
XYZ7.1612.131.99-
YUV81.1282.78107.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 111 (43.75% from 255) = 67.27%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=32.12%
G=67.27%
B=0.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5311110.5200.990.5691.6498.2121.96
Hex356F134063385c6216
Octal6515716401437013414226
Binary11010111011111110100011000111110001011100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356F01; }

 p { color: rgb(53,111,1); }

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

<style>
 a { background-color: #356F01; }

 a { background-color: rgb(53,111,1); }

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

<style>
 span { border-color: #356F01; }

 span { border-color: rgb(53,111,1); }

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