#4A8318

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

Shades of Bilbao #4A8318

Tints of Bilbao #4A8318

Color information

#4A8318 (or 0x4A8318) is unknown color: approx Bilbao. HEX triplet: 4A, 83 and 18. RGB value is (74,131,24). Sum of RGB (Red+Green+Blue) = 74+131+24=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #4A8318 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8318 is #B57CE7. Grayscale: #666666. Windows color (decimal): -11893992 or 1606474. OLE color: 1606474.

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

Color convert

RGB7413124-
CMYK0.4400.820.49
HSL91.96º69.03%30.39%-
HSV(B)91.96º81.68%51.37%-
XYZ11.1117.753.71-
YUV101.7684.12108.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.31%
GREEN value IS 131 (51.56% from 255) = 57.21%
BLUE value IS 24 (9.77% from 255) = 10.48%
R=32.31%
G=57.21%
B=10.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74131240.4400.820.4991.9669.0330.39
Hex4A83182C052315c451e
Octal112203305401226113410536
Binary10010101000001111000101100010100101100011011100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,131,24); }

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

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

 a { background-color: rgb(74,131,24); }

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

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

 span { border-color: rgb(74,131,24); }

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