#417A2B

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

Shades of Bilbao #417A2B

Tints of Bilbao #417A2B

Color information

#417A2B (or 0x417A2B) is unknown color: approx Bilbao. HEX triplet: 41, 7A and 2B. RGB value is (65,122,43). Sum of RGB (Red+Green+Blue) = 65+122+43=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 122 (48.05% from 255 or 53.04% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 122 - color contains mainly: green. Hex color #417A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417A2B is #BE85D4. Grayscale: #606060. Windows color (decimal): -12486101 or 2849345. OLE color: 2849345.

HSL color Cylindrical-coordinate representation of color #417A2B: hue angle of 103.29º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #417A2B is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.52.

Color convert

RGB6512243-
CMYK0.4700.650.52
HSL103.29º47.88%32.35%-
HSV(B)103.29º64.75%47.84%-
XYZ9.5815.224.72-
YUV95.9598.12105.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.26%
GREEN value IS 122 (48.05% from 255) = 53.04%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=28.26%
G=53.04%
B=18.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65122430.4700.650.52103.2947.8832.35
Hex417A2B2F04134673020
Octal10117253570101641476040
Binary10000011111010101011101111010000011101001100111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417A2B; }

 p { color: rgb(65,122,43); }

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

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

 a { background-color: rgb(65,122,43); }

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

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

 span { border-color: rgb(65,122,43); }

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