#427629

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

Shades of Bilbao #427629

Tints of Bilbao #427629

Color information

#427629 (or 0x427629) is unknown color: approx Bilbao. HEX triplet: 42, 76 and 29. RGB value is (66,118,41). Sum of RGB (Red+Green+Blue) = 66+118+41=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #427629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427629 is #BD89D6. Grayscale: #5D5D5D. Windows color (decimal): -12421591 or 2717250. OLE color: 2717250.

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

Color convert

RGB6611841-
CMYK0.4400.650.54
HSL100.52º48.43%31.18%-
HSV(B)100.52º65.25%46.27%-
XYZ9.1314.284.37-
YUV93.6798.27108.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 41 (16.41% from 255) = 18.22%
R=29.33%
G=52.44%
B=18.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118410.4400.650.54100.5248.4331.18
Hex4276292C0413665301f
Octal10216651540101661456037
Binary1000010111011010100110110001000001110110110010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427629; }

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

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

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

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

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

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

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

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