#417C2B

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

Shades of Bilbao #417C2B

Tints of Bilbao #417C2B

Color information

#417C2B (or 0x417C2B) is unknown color: approx Bilbao. HEX triplet: 41, 7C and 2B. RGB value is (65,124,43). Sum of RGB (Red+Green+Blue) = 65+124+43=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #417C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #417C2B is #BE83D4. Grayscale: #616161. Windows color (decimal): -12485589 or 2849857. OLE color: 2849857.

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

Color convert

RGB6512443-
CMYK0.4800.650.51
HSL103.7º48.5%32.75%-
HSV(B)103.7º65.32%48.63%-
XYZ9.8215.714.8-
YUV97.1297.45105.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 124 (48.83% from 255) = 53.45%
BLUE value IS 43 (17.19% from 255) = 18.53%
R=28.02%
G=53.45%
B=18.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65124430.4800.650.51103.748.532.75
Hex417C2B3004133683121
Octal10117453600101631506141
Binary10000011111100101011110000010000011100111101000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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