#4A782B

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

Shades of Bilbao #4A782B

Tints of Bilbao #4A782B

Color information

#4A782B (or 0x4A782B) is unknown color: approx Bilbao. HEX triplet: 4A, 78 and 2B. RGB value is (74,120,43). Sum of RGB (Red+Green+Blue) = 74+120+43=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #4A782B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A782B is #B587D4. Grayscale: #616161. Windows color (decimal): -11896789 or 2848842. OLE color: 2848842.

HSL color Cylindrical-coordinate representation of color #4A782B: hue angle of 95.84º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A782B is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB7412043-
CMYK0.3800.640.53
HSL95.84º47.24%31.96%-
HSV(B)95.84º64.17%47.06%-
XYZ9.9815.064.67-
YUV97.4797.26111.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=31.22%
G=50.63%
B=18.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74120430.3800.640.5395.8447.2431.96
Hex4A782B2604035602f20
Octal11217053460100651405740
Binary10010101111000101011100110010000001101011100000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A782B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,120,43); }

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

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

 a { background-color: rgb(74,120,43); }

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

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

 span { border-color: rgb(74,120,43); }

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