#417531

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

Shades of Bilbao #417531

Tints of Bilbao #417531

Color information

#417531 (or 0x417531) is unknown color: approx Bilbao. HEX triplet: 41, 75 and 31. RGB value is (65,117,49). Sum of RGB (Red+Green+Blue) = 65+117+49=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #417531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417531 is #BE8ACE. Grayscale: #5D5D5D. Windows color (decimal): -12487375 or 3241281. OLE color: 3241281.

HSL color Cylindrical-coordinate representation of color #417531: hue angle of 105.88º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #417531 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB6511749-
CMYK0.4400.580.54
HSL105.88º40.96%32.55%-
HSV(B)105.88º58.12%45.88%-
XYZ9.114.075.14-
YUV93.7102.77107.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 117 (46.09% from 255) = 50.65%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=28.14%
G=50.65%
B=21.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65117490.4400.580.54105.8840.9632.55
Hex4175312C03A366a2921
Octal1011656154072661525141
Binary1000001111010111000110110001110101101101101010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417531; }

 p { color: rgb(65,117,49); }

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

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

 a { background-color: rgb(65,117,49); }

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

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

 span { border-color: rgb(65,117,49); }

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