#357207

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

Shades of Bilbao #357207

Tints of Bilbao #357207

Color information

#357207 (or 0x357207) is unknown color: approx Bilbao. HEX triplet: 35, 72 and 07. RGB value is (53,114,7). Sum of RGB (Red+Green+Blue) = 53+114+7=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 114 (44.92% from 255 or 65.52% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 114 - color contains mainly: green. Hex color #357207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357207 is #CA8DF8. Grayscale: #535353. Windows color (decimal): -13274617 or 487989. OLE color: 487989.

HSL color Cylindrical-coordinate representation of color #357207: hue angle of 94.21º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #357207 is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB531147-
CMYK0.5400.940.55
HSL94.21º88.43%23.73%-
HSV(B)94.21º93.86%44.71%-
XYZ7.5212.812.28-
YUV83.5684.79106.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 114 (44.92% from 255) = 65.52%
BLUE value IS 7 (3.12% from 255) = 4.02%
R=30.46%
G=65.52%
B=4.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5311470.5400.940.5594.2188.4323.73
Hex357273605E375e5818
Octal6516276601366713613030
Binary1101011110010111110110010111101101111011110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357207; }

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

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

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

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

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

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

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

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