#4A7826

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

Shades of Bilbao #4A7826

Tints of Bilbao #4A7826

Color information

#4A7826 (or 0x4A7826) is unknown color: approx Bilbao. HEX triplet: 4A, 78 and 26. RGB value is (74,120,38). Sum of RGB (Red+Green+Blue) = 74+120+38=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #4A7826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7826 is #B587D9. Grayscale: #616161. Windows color (decimal): -11896794 or 2521162. OLE color: 2521162.

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

Color convert

RGB7412038-
CMYK0.3800.680.53
HSL93.66º51.9%30.98%-
HSV(B)93.66º68.33%47.06%-
XYZ9.8915.034.21-
YUV96.994.76111.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.90%
GREEN value IS 120 (47.27% from 255) = 51.72%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=31.90%
G=51.72%
B=16.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74120380.3800.680.5393.6651.930.98
Hex4A782626044355e341f
Octal11217046460104651366437
Binary1001010111100010011010011001000100110101101111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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