#357707

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

Shades of Bilbao #357707

Tints of Bilbao #357707

Color information

#357707 (or 0x357707) is unknown color: approx Bilbao. HEX triplet: 35, 77 and 07. RGB value is (53,119,7). Sum of RGB (Red+Green+Blue) = 53+119+7=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 119 (46.88% from 255 or 66.48% from 179); Blue value is 7 (3.12% from 255 or 3.91% from 179); Max value from RGB is 119 - color contains mainly: green. Hex color #357707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357707 is #CA88F8. Grayscale: #565656. Windows color (decimal): -13273337 or 489269. OLE color: 489269.

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

Color convert

RGB531197-
CMYK0.5500.940.53
HSL95.36º88.89%24.71%-
HSV(B)95.36º94.12%46.67%-
XYZ8.113.972.47-
YUV86.583.13104.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.61%
GREEN value IS 119 (46.88% from 255) = 66.48%
BLUE value IS 7 (3.12% from 255) = 3.91%
R=29.61%
G=66.48%
B=3.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5311970.5500.940.5395.3688.8924.71
Hex357773705E355f5919
Octal6516776701366513713131
Binary1101011110111111110111010111101101011011111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357707; }

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

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

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

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

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

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

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

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