#358613

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

Shades of Bilbao #358613

Tints of Bilbao #358613

Color information

#358613 (or 0x358613) is unknown color: approx Bilbao. HEX triplet: 35, 86 and 13. RGB value is (53,134,19). Sum of RGB (Red+Green+Blue) = 53+134+19=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 134 (52.73% from 255 or 65.05% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 134 - color contains mainly: green. Hex color #358613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358613 is #CA79EC. Grayscale: #616161. Windows color (decimal): -13269485 or 1279541. OLE color: 1279541.

HSL color Cylindrical-coordinate representation of color #358613: hue angle of 102.26º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #358613 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB5313419-
CMYK0.6000.860.47
HSL102.26º75.16%30%-
HSV(B)102.26º85.82%52.55%-
XYZ10.1117.853.53-
YUV96.6784.1696.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 134 (52.73% from 255) = 65.05%
BLUE value IS 19 (7.81% from 255) = 9.22%
R=25.73%
G=65.05%
B=9.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53134190.6000.860.47102.2675.1630
Hex3586133C0562F664b1e
Octal65206237401265714611336
Binary1101011000011010011111100010101101011111100110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358613; }

 p { color: rgb(53,134,19); }

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

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

 a { background-color: rgb(53,134,19); }

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

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

 span { border-color: rgb(53,134,19); }

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