#417324

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

Shades of Bilbao #417324

Tints of Bilbao #417324

Color information

#417324 (or 0x417324) is unknown color: approx Bilbao. HEX triplet: 41, 73 and 24. RGB value is (65,115,36). Sum of RGB (Red+Green+Blue) = 65+115+36=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #417324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417324 is #BE8CDB. Grayscale: #5B5B5B. Windows color (decimal): -12487900 or 2388801. OLE color: 2388801.

HSL color Cylindrical-coordinate representation of color #417324: hue angle of 97.97º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #417324 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB6511536-
CMYK0.4300.690.55
HSL97.97º52.32%29.61%-
HSV(B)97.97º68.7%45.1%-
XYZ8.6313.513.82-
YUV91.0496.94109.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 115 (45.31% from 255) = 53.24%
BLUE value IS 36 (14.45% from 255) = 16.67%
R=30.09%
G=53.24%
B=16.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65115360.4300.690.5597.9752.3229.61
Hex4173242B0453762341e
Octal10116344530105671426436
Binary1000001111001110010010101101000101110111110001011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417324; }

 p { color: rgb(65,115,36); }

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

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

 a { background-color: rgb(65,115,36); }

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

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

 span { border-color: rgb(65,115,36); }

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