#4A782F

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

Shades of Bilbao #4A782F

Tints of Bilbao #4A782F

Color information

#4A782F (or 0x4A782F) is unknown color: approx Bilbao. HEX triplet: 4A, 78 and 2F. RGB value is (74,120,47). Sum of RGB (Red+Green+Blue) = 74+120+47=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #4A782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A782F is #B587D0. Grayscale: #626262. Windows color (decimal): -11896785 or 3110986. OLE color: 3110986.

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

Color convert

RGB7412047-
CMYK0.3800.610.53
HSL97.81º43.71%32.75%-
HSV(B)97.81º60.83%47.06%-
XYZ10.0515.095.07-
YUV97.9299.26110.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.71%
GREEN value IS 120 (47.27% from 255) = 49.79%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=30.71%
G=49.79%
B=19.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74120470.3800.610.5397.8143.7132.75
Hex4A782F2603D35622c21
Octal1121705746075651425441
Binary1001010111100010111110011001111011101011100010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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