#427731

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

Shades of Bilbao #427731

Tints of Bilbao #427731

Color information

#427731 (or 0x427731) is unknown color: approx Bilbao. HEX triplet: 42, 77 and 31. RGB value is (66,119,49). Sum of RGB (Red+Green+Blue) = 66+119+49=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #427731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427731 is #BD88CE. Grayscale: #5F5F5F. Windows color (decimal): -12421327 or 3241794. OLE color: 3241794.

HSL color Cylindrical-coordinate representation of color #427731: hue angle of 105.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #427731 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB6611949-
CMYK0.4500.590.53
HSL105.43º41.67%32.94%-
HSV(B)105.43º58.82%46.67%-
XYZ9.414.575.22-
YUV95.17101.94107.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 49 (19.53% from 255) = 20.94%
R=28.21%
G=50.85%
B=20.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119490.4500.590.53105.4341.6732.94
Hex4277312D03B35692a21
Octal1021676155073651515241
Binary1000010111011111000110110101110111101011101001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427731; }

 p { color: rgb(66,119,49); }

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

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

 a { background-color: rgb(66,119,49); }

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

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

 span { border-color: rgb(66,119,49); }

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