#418032

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

Shades of Bilbao #418032

Tints of Bilbao #418032

Color information

#418032 (or 0x418032) is unknown color: approx Bilbao. HEX triplet: 41, 80 and 32. RGB value is (65,128,50). Sum of RGB (Red+Green+Blue) = 65+128+50=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #418032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418032 is #BE7FCD. Grayscale: #646464. Windows color (decimal): -12484558 or 3309633. OLE color: 3309633.

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

Color convert

RGB6512850-
CMYK0.4900.610.50
HSL108.46º43.82%34.9%-
HSV(B)108.46º60.94%50.2%-
XYZ10.4716.795.71-
YUV100.2799.63102.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 128 (50.39% from 255) = 52.67%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=26.75%
G=52.67%
B=20.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65128500.4900.610.50108.4643.8234.9
Hex4180323103D326c2c23
Octal1012006261075621545443
Binary10000011000000011001011000101111011100101101100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418032; }

 p { color: rgb(65,128,50); }

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

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

 a { background-color: rgb(65,128,50); }

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

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

 span { border-color: rgb(65,128,50); }

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