#357600

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

Shades of Bilbao #357600

Tints of Bilbao #357600

Color information

#357600 (or 0x357600) is unknown color: approx Bilbao. HEX triplet: 35, 76 and 00. RGB value is (53,118,0). Sum of RGB (Red+Green+Blue) = 53+118+0=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 118 (46.48% from 255 or 69.01% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 118 - color contains mainly: green. Hex color #357600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357600 is #CA89FF. Grayscale: #555555. Windows color (decimal): -13273600 or 30261. OLE color: 30261.

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

Color convert

RGB531180-
CMYK0.55010.54
HSL93.05º100%23.14%-
HSV(B)93.05º100%46.27%-
XYZ7.9513.712.23-
YUV85.1179.97105.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 118 (46.48% from 255) = 69.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.99%
G=69.01%
B=0%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5311800.55010.5493.0510023.14
Hex3576037064365d6417
Octal6516606701446613514427
Binary11010111101100110111011001001101101011101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357600; }

 p { color: rgb(53,118,0); }

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

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

 a { background-color: rgb(53,118,0); }

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

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

 span { border-color: rgb(53,118,0); }

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