#407734

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

Shades of Bilbao #407734

Tints of Bilbao #407734

Color information

#407734 (or 0x407734) is unknown color: approx Bilbao. HEX triplet: 40, 77 and 34. RGB value is (64,119,52). Sum of RGB (Red+Green+Blue) = 64+119+52=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #407734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407734 is #BF88CB. Grayscale: #5F5F5F. Windows color (decimal): -12552396 or 3438400. OLE color: 3438400.

HSL color Cylindrical-coordinate representation of color #407734: hue angle of 109.25º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #407734 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB6411952-
CMYK0.4600.560.53
HSL109.25º39.18%33.53%-
HSV(B)109.25º56.3%46.67%-
XYZ9.3314.535.56-
YUV94.92103.78105.95-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 52 (20.70% from 255) = 22.13%
R=27.23%
G=50.64%
B=22.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119520.4600.560.53109.2539.1833.53
Hex4077342E038356d2722
Octal1001676456070651554742
Binary1000000111011111010010111001110001101011101101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407734; }

 p { color: rgb(64,119,52); }

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

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

 a { background-color: rgb(64,119,52); }

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

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

 span { border-color: rgb(64,119,52); }

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