#357807

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

Shades of Bilbao #357807

Tints of Bilbao #357807

Color information

#357807 (or 0x357807) is unknown color: approx Bilbao. HEX triplet: 35, 78 and 07. RGB value is (53,120,7). Sum of RGB (Red+Green+Blue) = 53+120+7=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 120 (47.27% from 255 or 66.67% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 120 - color contains mainly: green. Hex color #357807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357807 is #CA87F8. Grayscale: #575757. Windows color (decimal): -13273081 or 489525. OLE color: 489525.

HSL color Cylindrical-coordinate representation of color #357807: hue angle of 95.58º 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 #357807 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB531207-
CMYK0.5600.940.53
HSL95.58º88.98%24.9%-
HSV(B)95.58º94.17%47.06%-
XYZ8.2214.212.51-
YUV87.0882.8103.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 120 (47.27% from 255) = 66.67%
BLUE value IS 7 (3.12% from 255) = 3.89%
R=29.44%
G=66.67%
B=3.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5312070.5600.940.5395.5888.9824.9
Hex357873805E35605919
Octal6517077001366514013131
Binary1101011111000111111000010111101101011100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357807; }

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

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

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

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

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

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

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

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