#357708

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

Shades of Bilbao #357708

Tints of Bilbao #357708

Color information

#357708 (or 0x357708) is unknown color: approx Bilbao. HEX triplet: 35, 77 and 08. RGB value is (53,119,8). Sum of RGB (Red+Green+Blue) = 53+119+8=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 119 (46.88% from 255 or 66.11% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 119 - color contains mainly: green. Hex color #357708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357708 is #CA88F7. Grayscale: #565656. Windows color (decimal): -13273336 or 554805. OLE color: 554805.

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

Color convert

RGB531198-
CMYK0.5500.930.53
HSL95.68º87.4%24.9%-
HSV(B)95.68º93.28%46.67%-
XYZ8.1113.972.5-
YUV86.6183.63104.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 119 (46.88% from 255) = 66.11%
BLUE value IS 8 (3.52% from 255) = 4.44%
R=29.44%
G=66.11%
B=4.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5311980.5500.930.5395.6887.424.9
Hex357783705D35605719
Octal65167106701356514012731
Binary11010111101111000110111010111011101011100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357708; }

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

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

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

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

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

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

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

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