#357127

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

Shades of Bilbao #357127

Tints of Bilbao #357127

Color information

#357127 (or 0x357127) is unknown color: approx Bilbao. HEX triplet: 35, 71 and 27. RGB value is (53,113,39). Sum of RGB (Red+Green+Blue) = 53+113+39=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #357127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357127 is #CA8ED8. Grayscale: #565656. Windows color (decimal): -13274841 or 2584885. OLE color: 2584885.

HSL color Cylindrical-coordinate representation of color #357127: hue angle of 108.65º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #357127 is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB5311339-
CMYK0.5300.650.56
HSL108.65º48.68%29.8%-
HSV(B)108.65º65.49%44.31%-
XYZ7.7412.713.97-
YUV86.62101.12104.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 113 (44.53% from 255) = 55.12%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=25.85%
G=55.12%
B=19.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113390.5300.650.56108.6548.6829.8
Hex35712735041386d311e
Octal6516147650101701556136
Binary110101111000110011111010101000001111000110110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357127; }

 p { color: rgb(53,113,39); }

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

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

 a { background-color: rgb(53,113,39); }

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

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

 span { border-color: rgb(53,113,39); }

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