#417210

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

Shades of Bilbao #417210

Tints of Bilbao #417210

Color information

#417210 (or 0x417210) is unknown color: approx Bilbao. HEX triplet: 41, 72 and 10. RGB value is (65,114,16). Sum of RGB (Red+Green+Blue) = 65+114+16=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #417210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417210 is #BE8DEF. Grayscale: #585858. Windows color (decimal): -12488176 or 1077825. OLE color: 1077825.

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

Color convert

RGB6511416-
CMYK0.4300.860.55
HSL90º75.38%25.49%-
HSV(B)90º85.96%44.71%-
XYZ8.2913.22.6-
YUV88.1887.27111.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 114 (44.92% from 255) = 58.46%
BLUE value IS 16 (6.64% from 255) = 8.21%
R=33.33%
G=58.46%
B=8.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65114160.4300.860.559075.3825.49
Hex4172102B056375a4b19
Octal101162205301266713211331
Binary1000001111001010000101011010101101101111011010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417210; }

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

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

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

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

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

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

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

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