#417229

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

Shades of Bilbao #417229

Tints of Bilbao #417229

Color information

#417229 (or 0x417229) is unknown color: approx Bilbao. HEX triplet: 41, 72 and 29. RGB value is (65,114,41). Sum of RGB (Red+Green+Blue) = 65+114+41=220 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.55% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #417229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417229 is #BE8DD6. Grayscale: #5B5B5B. Windows color (decimal): -12488151 or 2716225. OLE color: 2716225.

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

Color convert

RGB6511441-
CMYK0.4300.640.55
HSL100.27º47.1%30.39%-
HSV(B)100.27º64.04%44.71%-
XYZ8.613.324.22-
YUV91.0399.77109.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.55%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 41 (16.41% from 255) = 18.64%
R=29.55%
G=51.82%
B=18.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65114410.4300.640.55100.2747.130.39
Hex4172292B04037642f1e
Octal10116251530100671445736
Binary1000001111001010100110101101000000110111110010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417229; }

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

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

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

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

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

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

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

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