#427429

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

Shades of Bilbao #427429

Tints of Bilbao #427429

Color information

#427429 (or 0x427429) is unknown color: approx Bilbao. HEX triplet: 42, 74 and 29. RGB value is (66,116,41). Sum of RGB (Red+Green+Blue) = 66+116+41=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #427429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427429 is #BD8BD6. Grayscale: #5C5C5C. Windows color (decimal): -12422103 or 2716738. OLE color: 2716738.

HSL color Cylindrical-coordinate representation of color #427429: hue angle of 100º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427429 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB6611641-
CMYK0.4300.650.55
HSL100º47.77%30.78%-
HSV(B)100º64.66%45.49%-
XYZ8.8913.814.29-
YUV92.598.94109.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 116 (45.70% from 255) = 52.02%
BLUE value IS 41 (16.41% from 255) = 18.39%
R=29.60%
G=52.02%
B=18.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116410.4300.650.5510047.7730.78
Hex4274292B0413764301f
Octal10216451530101671446037
Binary1000010111010010100110101101000001110111110010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427429; }

 p { color: rgb(66,116,41); }

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

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

 a { background-color: rgb(66,116,41); }

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

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

 span { border-color: rgb(66,116,41); }

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