#417D0A

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

Shades of Bilbao #417D0A

Tints of Bilbao #417D0A

Color information

#417D0A (or 0x417D0A) is unknown color: approx Bilbao. HEX triplet: 41, 7D and 0A. RGB value is (65,125,10). Sum of RGB (Red+Green+Blue) = 65+125+10=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 125 (49.22% from 255 or 62.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 125 - color contains mainly: green. Hex color #417D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417D0A is #BE82F5. Grayscale: #5E5E5E. Windows color (decimal): -12485366 or 687425. OLE color: 687425.

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

Color convert

RGB6512510-
CMYK0.4800.920.51
HSL91.3º85.19%26.47%-
HSV(B)91.3º92%49.02%-
XYZ9.5715.812.84-
YUV93.9580.62107.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 125 (49.22% from 255) = 62.5%
BLUE value IS 10 (4.30% from 255) = 5%
R=32.5%
G=62.5%
B=5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65125100.4800.920.5191.385.1926.47
Hex417DA3005C335b551a
Octal101175126001346313312532
Binary100000111111011010110000010111001100111011011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,125,10); }

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

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

 a { background-color: rgb(65,125,10); }

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

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

 span { border-color: rgb(65,125,10); }

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