#427A2E

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

Shades of Bilbao #427A2E

Tints of Bilbao #427A2E

Color information

#427A2E (or 0x427A2E) is unknown color: approx Bilbao. HEX triplet: 42, 7A and 2E. RGB value is (66,122,46). Sum of RGB (Red+Green+Blue) = 66+122+46=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #427A2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427A2E is #BD85D1. Grayscale: #606060. Windows color (decimal): -12420562 or 3045954. OLE color: 3045954.

HSL color Cylindrical-coordinate representation of color #427A2E: hue angle of 104.21º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #427A2E is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB6612246-
CMYK0.4600.620.52
HSL104.21º45.24%32.94%-
HSV(B)104.21º62.3%47.84%-
XYZ9.715.275.02-
YUV96.5999.45106.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 122 (48.05% from 255) = 52.14%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=28.21%
G=52.14%
B=19.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122460.4600.620.52104.2145.2432.94
Hex427A2E2E03E34682d21
Octal1021725656076641505541
Binary1000010111101010111010111001111101101001101000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427A2E; }

 p { color: rgb(66,122,46); }

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

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

 a { background-color: rgb(66,122,46); }

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

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

 span { border-color: rgb(66,122,46); }

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