#417525

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

Shades of Bilbao #417525

Tints of Bilbao #417525

Color information

#417525 (or 0x417525) is unknown color: approx Bilbao. HEX triplet: 41, 75 and 25. RGB value is (65,117,37). Sum of RGB (Red+Green+Blue) = 65+117+37=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #417525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417525 is #BE8ADA. Grayscale: #5C5C5C. Windows color (decimal): -12487387 or 2454849. OLE color: 2454849.

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

Color convert

RGB6511737-
CMYK0.4400.680.54
HSL99º51.95%30.2%-
HSV(B)99º68.38%45.88%-
XYZ8.8813.983.98-
YUV92.3396.77108.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.68%
GREEN value IS 117 (46.09% from 255) = 53.42%
BLUE value IS 37 (14.84% from 255) = 16.89%
R=29.68%
G=53.42%
B=16.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65117370.4400.680.549951.9530.2
Hex4175252C0443663341e
Octal10116545540104661436436
Binary1000001111010110010110110001000100110110110001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417525; }

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

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

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

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

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

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

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

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