#358928

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

Shades of Bilbao #358928

Tints of Bilbao #358928

Color information

#358928 (or 0x358928) is unknown color: approx Bilbao. HEX triplet: 35, 89 and 28. RGB value is (53,137,40). Sum of RGB (Red+Green+Blue) = 53+137+40=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #358928 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358928 is #CA76D7. Grayscale: #656565. Windows color (decimal): -13268696 or 2656565. OLE color: 2656565.

HSL color Cylindrical-coordinate representation of color #358928: hue angle of 111.96º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #358928 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB5313740-
CMYK0.6100.710.46
HSL111.96º54.8%34.71%-
HSV(B)111.96º70.8%53.73%-
XYZ10.818.85.07-
YUV100.8393.6793.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.04%
GREEN value IS 137 (53.91% from 255) = 59.57%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=23.04%
G=59.57%
B=17.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53137400.6100.710.46111.9654.834.71
Hex3589283D0472E703723
Octal6521150750107561606743
Binary11010110001001101000111101010001111011101110000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358928; }

 p { color: rgb(53,137,40); }

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

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

 a { background-color: rgb(53,137,40); }

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

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

 span { border-color: rgb(53,137,40); }

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