#418038

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

Shades of Bilbao #418038

Tints of Bilbao #418038

Color information

#418038 (or 0x418038) is unknown color: approx Bilbao. HEX triplet: 41, 80 and 38. RGB value is (65,128,56). Sum of RGB (Red+Green+Blue) = 65+128+56=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #418038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418038 is #BE7FC7. Grayscale: #656565. Windows color (decimal): -12484552 or 3702849. OLE color: 3702849.

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

Color convert

RGB6512856-
CMYK0.4900.560.50
HSL112.5º39.13%36.08%-
HSV(B)112.5º56.25%50.2%-
XYZ10.6116.856.43-
YUV100.96102.63102.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 128 (50.39% from 255) = 51.41%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=26.10%
G=51.41%
B=22.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65128560.4900.560.50112.539.1336.08
Hex4180383103832702724
Octal1012007061070621604744
Binary10000011000000011100011000101110001100101110000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418038; }

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

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

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

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

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

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

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

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