#417216

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

Shades of Bilbao #417216

Tints of Bilbao #417216

Color information

#417216 (or 0x417216) is unknown color: approx Bilbao. HEX triplet: 41, 72 and 16. RGB value is (65,114,22). Sum of RGB (Red+Green+Blue) = 65+114+22=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #417216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417216 is #BE8DE9. Grayscale: #595959. Windows color (decimal): -12488170 or 1471041. OLE color: 1471041.

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

Color convert

RGB6511422-
CMYK0.4300.810.55
HSL91.96º67.65%26.67%-
HSV(B)91.96º80.7%44.71%-
XYZ8.3413.222.87-
YUV88.8690.27110.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.34%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=32.34%
G=56.72%
B=10.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65114220.4300.810.5591.9667.6526.67
Hex4172162B051375c441b
Octal101162265301216713410433
Binary1000001111001010110101011010100011101111011100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417216; }

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

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

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

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

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

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

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

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