#358007

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

Shades of Bilbao #358007

Tints of Bilbao #358007

Color information

#358007 (or 0x358007) is unknown color: approx Bilbao. HEX triplet: 35, 80 and 07. RGB value is (53,128,7). Sum of RGB (Red+Green+Blue) = 53+128+7=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 128 (50.39% from 255 or 68.09% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 128 - color contains mainly: green. Hex color #358007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358007 is #CA7FF8. Grayscale: #5C5C5C. Windows color (decimal): -13271033 or 491573. OLE color: 491573.

HSL color Cylindrical-coordinate representation of color #358007: hue angle of 97.19º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #358007 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB531287-
CMYK0.5900.950.50
HSL97.19º89.63%26.47%-
HSV(B)97.19º94.53%50.2%-
XYZ9.2316.212.84-
YUV91.7880.15100.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.19%
GREEN value IS 128 (50.39% from 255) = 68.09%
BLUE value IS 7 (3.12% from 255) = 3.72%
R=28.19%
G=68.09%
B=3.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5312870.5900.950.5097.1989.6326.47
Hex358073B05F32615a1a
Octal6520077301376214113232
Binary11010110000000111111011010111111100101100001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358007; }

 p { color: rgb(53,128,7); }

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

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

 a { background-color: rgb(53,128,7); }

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

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

 span { border-color: rgb(53,128,7); }

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