#418409

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

Shades of Bilbao #418409

Tints of Bilbao #418409

Color information

#418409 (or 0x418409) is unknown color: approx Bilbao. HEX triplet: 41, 84 and 09. RGB value is (65,132,9). Sum of RGB (Red+Green+Blue) = 65+132+9=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 132 (51.95% from 255 or 64.08% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 132 - color contains mainly: green. Hex color #418409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418409 is #BE7BF6. Grayscale: #626262. Windows color (decimal): -12483575 or 623681. OLE color: 623681.

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

Color convert

RGB651329-
CMYK0.5100.930.48
HSL92.68º87.23%27.65%-
HSV(B)92.68º93.18%51.76%-
XYZ10.4817.653.11-
YUV97.9477.8104.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.55%
GREEN value IS 132 (51.95% from 255) = 64.08%
BLUE value IS 9 (3.91% from 255) = 4.37%
R=31.55%
G=64.08%
B=4.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6513290.5100.930.4892.6887.2327.65
Hex418493305D305d571c
Octal101204116301356013512734
Binary1000001100001001001110011010111011100001011101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418409; }

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

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

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

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

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

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

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

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