#417218

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

Shades of Bilbao #417218

Tints of Bilbao #417218

Color information

#417218 (or 0x417218) is unknown color: approx Bilbao. HEX triplet: 41, 72 and 18. RGB value is (65,114,24). Sum of RGB (Red+Green+Blue) = 65+114+24=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #417218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417218 is #BE8DE7. Grayscale: #595959. Windows color (decimal): -12488168 or 1602113. OLE color: 1602113.

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

Color convert

RGB6511424-
CMYK0.4300.790.55
HSL92.67º65.22%27.06%-
HSV(B)92.67º78.95%44.71%-
XYZ8.3613.222.98-
YUV89.0991.27110.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 114 (44.92% from 255) = 56.16%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=32.02%
G=56.16%
B=11.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65114240.4300.790.5592.6765.2227.06
Hex4172182B04F375d411b
Octal101162305301176713510133
Binary1000001111001011000101011010011111101111011101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417218; }

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

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

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

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

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

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

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

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