Html Css Color HEX #4A811F Bilbao

📋 copy color: '#4A811F'

red 74 ◦ green 129 ◦ blue 31

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

Shades of Bilbao #4A811F

Tints of Bilbao #4A811F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.13%

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 31.62%
G = 55.13%
B = 13.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#4A811F (or 0x4A811F) is known color: Bilbao. HEX triplet: 4A, 81 and 1F. RGB value is (74,129,31). Sum of RGB (Red+Green+Blue) = 74+129+31=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #4A811F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A811F is #B57EE0. Grayscale: #656565. Windows color (decimal): -11894497 or 2064714. OLE color: 2064714.

HSL color Cylindrical-coordinate representation of color #4A811F: hue angle of 93.67º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A811F is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 74 129 31 -
CMYK 0.43 0 0.76 0.49
HSL 93.67º 0.61% 0.31% -
HSV(B) 93.67º 0.76% 0.51% -
XYZ 10.92 17.26 4.05 -
YUV 101.38 88.28 108.47 -
System Red Green Blue C M Y K H S L
Decimal 74 129 31 0.43 0 0.76 0.49 93.67 0.61 0.31
Hex 4A 81 1F 2B 0 4C 31 5E 3D 1F
Octal 112 201 37 53 0 114 61 136 75 37
Binary 1001010 10000001 11111 101011 0 1001100 110001 1011110 111101 11111

Color Harmonies of #4A811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A811F

Black with #4A811F

Text Example


Text Example

White with #4A811F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,129,31); }

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

background-color css

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

 a { background-color: rgb(74,129,31); }

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

border-color css

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

 span { border-color: rgb(74,129,31); }

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