#356D03

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

Shades of Bilbao #356D03

Tints of Bilbao #356D03

Color information

#356D03 (or 0x356D03) is unknown color: approx Bilbao. HEX triplet: 35, 6D and 03. RGB value is (53,109,3). Sum of RGB (Red+Green+Blue) = 53+109+3=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 109 (42.97% from 255 or 66.06% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 109 - color contains mainly: green. Hex color #356D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356D03 is #CA92FC. Grayscale: #505050. Windows color (decimal): -13275901 or 224565. OLE color: 224565.

HSL color Cylindrical-coordinate representation of color #356D03: hue angle of 91.7º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #356D03 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB531093-
CMYK0.5100.970.57
HSL91.7º94.64%21.96%-
HSV(B)91.7º97.25%42.75%-
XYZ6.9511.71.98-
YUV80.1784.45108.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.12%
GREEN value IS 109 (42.97% from 255) = 66.06%
BLUE value IS 3 (1.56% from 255) = 1.82%
R=32.12%
G=66.06%
B=1.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5310930.5100.970.5791.794.6421.96
Hex356D333061395c5f16
Octal6515536301417113413726
Binary110101110110111110011011000011110011011100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,109,3); }

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

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

 a { background-color: rgb(53,109,3); }

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

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

 span { border-color: rgb(53,109,3); }

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