#357806

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

Shades of Bilbao #357806

Tints of Bilbao #357806

Color information

#357806 (or 0x357806) is unknown color: approx Bilbao. HEX triplet: 35, 78 and 06. RGB value is (53,120,6). Sum of RGB (Red+Green+Blue) = 53+120+6=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 120 (47.27% from 255 or 67.04% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 120 - color contains mainly: green. Hex color #357806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357806 is #CA87F9. Grayscale: #575757. Windows color (decimal): -13273082 or 423989. OLE color: 423989.

HSL color Cylindrical-coordinate representation of color #357806: hue angle of 95.26º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #357806 is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB531206-
CMYK0.5600.950.53
HSL95.26º90.48%24.71%-
HSV(B)95.26º95%47.06%-
XYZ8.2214.22.48-
YUV86.9782.3103.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 120 (47.27% from 255) = 67.04%
BLUE value IS 6 (2.73% from 255) = 3.35%
R=29.61%
G=67.04%
B=3.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5312060.5600.950.5395.2690.4824.71
Hex357863805F355f5a19
Octal6517067001376513713231
Binary1101011111000110111000010111111101011011111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357806; }

 p { color: rgb(53,120,6); }

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

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

 a { background-color: rgb(53,120,6); }

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

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

 span { border-color: rgb(53,120,6); }

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