Html Css Color HEX #4A8410 Bilbao

📋 copy color: '#4A8410'

red 74 ◦ green 132 ◦ blue 16

#4A8410
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #4A8410

Tints of Bilbao #4A8410

RGB

 RED value IS 74 (29.3% from 255) = 33.33%

 GREEN value IS 132 (51.95% from 255) = 59.46%

 BLUE value IS 16 (6.64% from 255) = 7.21%

R = 33.33%
G = 59.46%
B = 7.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#4A8410 (or 0x4A8410) is known color: Bilbao. HEX triplet: 4A, 84 and 10. RGB value is (74,132,16). Sum of RGB (Red+Green+Blue) = 74+132+16=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8410 is #B57BEF. Grayscale: #656565. Windows color (decimal): -11893744 or 1082442. OLE color: 1082442.

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

Color convert

RGB 74 132 16 -
CMYK 0.44 0 0.88 0.48
HSL 90º 0.78% 0.29% -
HSV(B) 90º 0.88% 0.52% -
XYZ 11.17 18 3.38 -
YUV 101.43 79.78 108.43 -
System Red Green Blue C M Y K H S L
Decimal 74 132 16 0.44 0 0.88 0.48 90 0.78 0.29
Hex 4A 84 10 2C 0 58 30 5A 4E 1D
Octal 112 204 20 54 0 130 60 132 116 35
Binary 1001010 10000100 10000 101100 0 1011000 110000 1011010 1001110 11101

Color Harmonies of #4A8410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8410

Black with #4A8410

Text Example


Text Example

White with #4A8410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A8410;
 }
 .AnyTagClassName
 {
   color: #4A8410;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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