#418320

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

Shades of Bilbao #418320

Tints of Bilbao #418320

Color information

#418320 (or 0x418320) is unknown color: approx Bilbao. HEX triplet: 41, 83 and 20. RGB value is (65,131,32). Sum of RGB (Red+Green+Blue) = 65+131+32=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #418320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418320 is #BE7CDF. Grayscale: #646464. Windows color (decimal): -12483808 or 2130753. OLE color: 2130753.

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

Color convert

RGB6513132-
CMYK0.5000.760.49
HSL100º60.74%31.96%-
HSV(B)100º75.57%51.37%-
XYZ10.5617.464.18-
YUV99.9889.63103.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 131 (51.56% from 255) = 57.46%
BLUE value IS 32 (12.89% from 255) = 14.04%
R=28.51%
G=57.46%
B=14.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65131320.5000.760.4910060.7431.96
Hex4183203204C31643d20
Octal10120340620114611447540
Binary100000110000011100000110010010011001100011100100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418320; }

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

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

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

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

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

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

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

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