Html Css Color HEX #4A8408 Bilbao

📋 copy color: '#4A8408'

red 74 ◦ green 132 ◦ blue 8

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

Shades of Bilbao #4A8408

Tints of Bilbao #4A8408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.74%

R = 34.58%
G = 61.68%
B = 3.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#4A8408 (or 0x4A8408) is known color: Bilbao. HEX triplet: 4A, 84 and 08. RGB value is (74,132,8). Sum of RGB (Red+Green+Blue) = 74+132+8=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #4A8408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8408 is #B57BF7. Grayscale: #646464. Windows color (decimal): -11893752 or 558154. OLE color: 558154.

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

Color convert

RGB 74 132 8 -
CMYK 0.44 0 0.94 0.48
HSL 88.06º 0.89% 0.27% -
HSV(B) 88.06º 0.94% 0.52% -
XYZ 11.12 17.98 3.11 -
YUV 100.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 74 132 8 0.44 0 0.94 0.48 88.06 0.89 0.27
Hex 4A 84 8 2C 0 5E 30 58 59 1B
Octal 112 204 10 54 0 136 60 130 131 33
Binary 1001010 10000100 1000 101100 0 1011110 110000 1011000 1011001 11011

Color Harmonies of #4A8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A8408

Black with #4A8408

Text Example


Text Example

White with #4A8408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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