#358703

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

Shades of Bilbao #358703

Tints of Bilbao #358703

Color information

#358703 (or 0x358703) is unknown color: approx Bilbao. HEX triplet: 35, 87 and 03. RGB value is (53,135,3). Sum of RGB (Red+Green+Blue) = 53+135+3=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 135 (53.12% from 255 or 70.68% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 135 - color contains mainly: green. Hex color #358703 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358703 is #CA78FC. Grayscale: #5F5F5F. Windows color (decimal): -13269245 or 231221. OLE color: 231221.

HSL color Cylindrical-coordinate representation of color #358703: hue angle of 97.27º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #358703 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB531353-
CMYK0.6100.980.47
HSL97.27º95.65%27.06%-
HSV(B)97.27º97.78%52.94%-
XYZ10.1518.093.04-
YUV95.4375.8397.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.75%
GREEN value IS 135 (53.12% from 255) = 70.68%
BLUE value IS 3 (1.56% from 255) = 1.57%
R=27.75%
G=70.68%
B=1.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5313530.6100.980.4797.2795.6527.06
Hex358733D0622F61601b
Octal6520737501425714114033
Binary1101011000011111111101011000101011111100001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358703; }

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

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

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

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

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

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

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

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