#417312

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

Shades of Bilbao #417312

Tints of Bilbao #417312

Color information

#417312 (or 0x417312) is unknown color: approx Bilbao. HEX triplet: 41, 73 and 12. RGB value is (65,115,18). Sum of RGB (Red+Green+Blue) = 65+115+18=198 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.83% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #417312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417312 is #BE8CED. Grayscale: #595959. Windows color (decimal): -12487918 or 1209153. OLE color: 1209153.

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

Color convert

RGB6511518-
CMYK0.4300.840.55
HSL90.93º72.93%26.08%-
HSV(B)90.93º84.35%45.1%-
XYZ8.4213.432.72-
YUV88.9987.94110.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.83%
GREEN value IS 115 (45.31% from 255) = 58.08%
BLUE value IS 18 (7.42% from 255) = 9.09%
R=32.83%
G=58.08%
B=9.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65115180.4300.840.5590.9372.9326.08
Hex4173122B054375b491a
Octal101163225301246713311132
Binary1000001111001110010101011010101001101111011011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417312; }

 p { color: rgb(65,115,18); }

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

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

 a { background-color: rgb(65,115,18); }

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

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

 span { border-color: rgb(65,115,18); }

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