#417527

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

Shades of Bilbao #417527

Tints of Bilbao #417527

Color information

#417527 (or 0x417527) is unknown color: approx Bilbao. HEX triplet: 41, 75 and 27. RGB value is (65,117,39). Sum of RGB (Red+Green+Blue) = 65+117+39=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #417527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417527 is #BE8AD8. Grayscale: #5C5C5C. Windows color (decimal): -12487385 or 2585921. OLE color: 2585921.

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

Color convert

RGB6511739-
CMYK0.4400.670.54
HSL100º50%30.59%-
HSV(B)100º66.67%45.88%-
XYZ8.9113.994.15-
YUV92.5697.77108.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.41%
GREEN value IS 117 (46.09% from 255) = 52.94%
BLUE value IS 39 (15.62% from 255) = 17.65%
R=29.41%
G=52.94%
B=17.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65117390.4400.670.541005030.59
Hex4175272C0433664321f
Octal10116547540103661446237
Binary1000001111010110011110110001000011110110110010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417527; }

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

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

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

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

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

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

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

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