#417429

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

Shades of Bilbao #417429

Tints of Bilbao #417429

Color information

#417429 (or 0x417429) is unknown color: approx Bilbao. HEX triplet: 41, 74 and 29. RGB value is (65,116,41). Sum of RGB (Red+Green+Blue) = 65+116+41=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #417429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417429 is #BE8BD6. Grayscale: #5C5C5C. Windows color (decimal): -12487639 or 2716737. OLE color: 2716737.

HSL color Cylindrical-coordinate representation of color #417429: hue angle of 100.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #417429 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB6511641-
CMYK0.4400.650.55
HSL100.8º47.77%30.78%-
HSV(B)100.8º64.66%45.49%-
XYZ8.8313.774.29-
YUV92.299.1108.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.28%
GREEN value IS 116 (45.70% from 255) = 52.25%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=29.28%
G=52.25%
B=18.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65116410.4400.650.55100.847.7730.78
Hex4174292C0413765301f
Octal10116451540101671456037
Binary1000001111010010100110110001000001110111110010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417429; }

 p { color: rgb(65,116,41); }

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

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

 a { background-color: rgb(65,116,41); }

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

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

 span { border-color: rgb(65,116,41); }

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