#4A7B2A

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

Shades of Bilbao #4A7B2A

Tints of Bilbao #4A7B2A

Color information

#4A7B2A (or 0x4A7B2A) is unknown color: approx Bilbao. HEX triplet: 4A, 7B and 2A. RGB value is (74,123,42). Sum of RGB (Red+Green+Blue) = 74+123+42=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #4A7B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7B2A is #B584D5. Grayscale: #636363. Windows color (decimal): -11896022 or 2784074. OLE color: 2784074.

HSL color Cylindrical-coordinate representation of color #4A7B2A: hue angle of 96.3º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A7B2A is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB7412342-
CMYK0.4000.660.52
HSL96.3º49.09%32.35%-
HSV(B)96.3º65.85%48.24%-
XYZ10.3215.794.69-
YUV99.1295.77110.09-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.96%
GREEN value IS 123 (48.44% from 255) = 51.46%
BLUE value IS 42 (16.80% from 255) = 17.57%
R=30.96%
G=51.46%
B=17.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74123420.4000.660.5296.349.0932.35
Hex4A7B2A2804234603120
Octal11217352500102641406140
Binary10010101111011101010101000010000101101001100000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A7B2A; }

 p { color: rgb(74,123,42); }

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

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

 a { background-color: rgb(74,123,42); }

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

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

 span { border-color: rgb(74,123,42); }

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