#4A840C

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

Shades of Bilbao #4A840C

Tints of Bilbao #4A840C

Color information

#4A840C (or 0x4A840C) is unknown color: approx Bilbao. HEX triplet: 4A, 84 and 0C. RGB value is (74,132,12). Sum of RGB (Red+Green+Blue) = 74+132+12=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #4A840C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A840C is #B57BF3. Grayscale: #656565. Windows color (decimal): -11893748 or 820298. OLE color: 820298.

HSL color Cylindrical-coordinate representation of color #4A840C: hue angle of 89º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A840C is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB7413212-
CMYK0.4400.910.48
HSL89º83.33%28.24%-
HSV(B)89º90.91%51.76%-
XYZ11.1417.983.23-
YUV100.9877.78108.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.94%
GREEN value IS 132 (51.95% from 255) = 60.55%
BLUE value IS 12 (5.08% from 255) = 5.50%
R=33.94%
G=60.55%
B=5.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal74132120.4400.910.488983.3328.24
Hex4A84C2C05B3059531c
Octal112204145401336013112334
Binary1001010100001001100101100010110111100001011001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A840C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,132,12); }

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

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

 a { background-color: rgb(74,132,12); }

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

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

 span { border-color: rgb(74,132,12); }

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