#418020

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

Shades of Bilbao #418020

Tints of Bilbao #418020

Color information

#418020 (or 0x418020) is unknown color: approx Bilbao. HEX triplet: 41, 80 and 20. RGB value is (65,128,32). Sum of RGB (Red+Green+Blue) = 65+128+32=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #418020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418020 is #BE7FDF. Grayscale: #626262. Windows color (decimal): -12484576 or 2129985. OLE color: 2129985.

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

Color convert

RGB6512832-
CMYK0.4900.750.50
HSL99.38º60%31.37%-
HSV(B)99.38º75%50.2%-
XYZ10.1616.674.05-
YUV98.2290.63104.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 128 (50.39% from 255) = 56.89%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=28.89%
G=56.89%
B=14.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65128320.4900.750.5099.386031.37
Hex4180203104B32633c1f
Octal10120040610113621437437
Binary10000011000000010000011000101001011110010110001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418020; }

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

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

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

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

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

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

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

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