#4A8216

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

Shades of Bilbao #4A8216

Tints of Bilbao #4A8216

Color information

#4A8216 (or 0x4A8216) is unknown color: approx Bilbao. HEX triplet: 4A, 82 and 16. RGB value is (74,130,22). Sum of RGB (Red+Green+Blue) = 74+130+22=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #4A8216 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8216 is #B57DE9. Grayscale: #656565. Windows color (decimal): -11894250 or 1475146. OLE color: 1475146.

HSL color Cylindrical-coordinate representation of color #4A8216: hue angle of 91.11º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A8216 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB7413022-
CMYK0.4300.830.49
HSL91.11º71.05%29.8%-
HSV(B)91.11º83.08%50.98%-
XYZ10.9517.483.56-
YUV100.9483.45108.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.74%
GREEN value IS 130 (51.17% from 255) = 57.52%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=32.74%
G=57.52%
B=9.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74130220.4300.830.4991.1171.0529.8
Hex4A82162B053315b471e
Octal112202265301236113310736
Binary10010101000001010110101011010100111100011011011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,130,22); }

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

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

 a { background-color: rgb(74,130,22); }

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

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

 span { border-color: rgb(74,130,22); }

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