#418412

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

Shades of Bilbao #418412

Tints of Bilbao #418412

Color information

#418412 (or 0x418412) is unknown color: approx Bilbao. HEX triplet: 41, 84 and 12. RGB value is (65,132,18). Sum of RGB (Red+Green+Blue) = 65+132+18=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 132 (51.95% from 255 or 61.40% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 132 - color contains mainly: green. Hex color #418412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418412 is #BE7BED. Grayscale: #636363. Windows color (decimal): -12483566 or 1213505. OLE color: 1213505.

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

Color convert

RGB6513218-
CMYK0.5100.860.48
HSL95.26º76%29.41%-
HSV(B)95.26º86.36%51.76%-
XYZ10.5417.673.43-
YUV98.9782.3103.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 132 (51.95% from 255) = 61.40%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=30.23%
G=61.40%
B=8.37%

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
Decimal65132180.5100.860.4895.267629.41
Hex41841233056305f4c1d
Octal101204226301266013711435
Binary10000011000010010010110011010101101100001011111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418412; }

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

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

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

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

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

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

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

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