#428329

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

Shades of Bilbao #428329

Tints of Bilbao #428329

Color information

#428329 (or 0x428329) is unknown color: approx Bilbao. HEX triplet: 42, 83 and 29. RGB value is (66,131,41). Sum of RGB (Red+Green+Blue) = 66+131+41=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #428329 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428329 is #BD7CD6. Grayscale: #656565. Windows color (decimal): -12418263 or 2720578. OLE color: 2720578.

HSL color Cylindrical-coordinate representation of color #428329: hue angle of 103.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #428329 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB6613141-
CMYK0.5000.690.49
HSL103.33º52.33%33.73%-
HSV(B)103.33º68.7%51.37%-
XYZ10.7617.554.92-
YUV101.393.97102.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 131 (51.56% from 255) = 55.04%
BLUE value IS 41 (16.41% from 255) = 17.23%
R=27.73%
G=55.04%
B=17.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66131410.5000.690.49103.3352.3333.73
Hex4283293204531673422
Octal10220351620105611476442
Binary100001010000011101001110010010001011100011100111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428329; }

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

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

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

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

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

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

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

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