#427228

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

Shades of Bilbao #427228

Tints of Bilbao #427228

Color information

#427228 (or 0x427228) is unknown color: approx Bilbao. HEX triplet: 42, 72 and 28. RGB value is (66,114,40). Sum of RGB (Red+Green+Blue) = 66+114+40=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #427228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427228 is #BD8DD7. Grayscale: #5B5B5B. Windows color (decimal): -12422616 or 2650690. OLE color: 2650690.

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

Color convert

RGB6611440-
CMYK0.4200.650.55
HSL98.92º48.05%30.2%-
HSV(B)98.92º64.91%44.71%-
XYZ8.6513.354.13-
YUV91.2199.1110.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=30%
G=51.82%
B=18.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114400.4200.650.5598.9248.0530.2
Hex4272282A0413763301e
Octal10216250520101671436036
Binary1000010111001010100010101001000001110111110001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427228; }

 p { color: rgb(66,114,40); }

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

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

 a { background-color: rgb(66,114,40); }

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

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

 span { border-color: rgb(66,114,40); }

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