#418512

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

Shades of Bilbao #418512

Tints of Bilbao #418512

Color information

#418512 (or 0x418512) is unknown color: approx Bilbao. HEX triplet: 41, 85 and 12. RGB value is (65,133,18). Sum of RGB (Red+Green+Blue) = 65+133+18=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #418512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418512 is #BE7AED. Grayscale: #636363. Windows color (decimal): -12483310 or 1213761. OLE color: 1213761.

HSL color Cylindrical-coordinate representation of color #418512: hue angle of 95.48º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #418512 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB6513318-
CMYK0.5100.860.48
HSL95.48º76.16%29.61%-
HSV(B)95.48º86.47%52.16%-
XYZ10.6817.943.47-
YUV99.5681.97103.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 133 (52.34% from 255) = 61.57%
BLUE value IS 18 (7.42% from 255) = 8.33%
R=30.09%
G=61.57%
B=8.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133180.5100.860.4895.4876.1629.61
Hex41851233056305f4c1e
Octal101205226301266013711436
Binary10000011000010110010110011010101101100001011111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418512; }

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

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

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

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

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

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

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

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