#418326

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

Shades of Bilbao #418326

Tints of Bilbao #418326

Color information

#418326 (or 0x418326) is unknown color: approx Bilbao. HEX triplet: 41, 83 and 26. RGB value is (65,131,38). Sum of RGB (Red+Green+Blue) = 65+131+38=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 131 (51.56% from 255 or 55.98% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 131 - color contains mainly: green. Hex color #418326 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418326 is #BE7CD9. Grayscale: #646464. Windows color (decimal): -12483802 or 2523969. OLE color: 2523969.

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

Color convert

RGB6513138-
CMYK0.5000.710.49
HSL102.58º55.03%33.14%-
HSV(B)102.58º70.99%51.37%-
XYZ10.6517.54.65-
YUV100.6692.63102.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 131 (51.56% from 255) = 55.98%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=27.78%
G=55.98%
B=16.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65131380.5000.710.49102.5855.0333.14
Hex4183263204731673721
Octal10120346620107611476741
Binary100000110000011100110110010010001111100011100111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418326; }

 p { color: rgb(65,131,38); }

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

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

 a { background-color: rgb(65,131,38); }

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

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

 span { border-color: rgb(65,131,38); }

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