Html Css Color HEX #4D801F Bilbao

📋 copy color: '#4D801F'

red 77 ◦ green 128 ◦ blue 31

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

Shades of Bilbao #4D801F

Tints of Bilbao #4D801F

RGB

 RED value IS 77 (30.47% from 255) = 32.63%

 GREEN value IS 128 (50.39% from 255) = 54.24%

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

R = 32.63%
G = 54.24%
B = 13.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#4D801F (or 0x4D801F) is known color: Bilbao. HEX triplet: 4D, 80 and 1F. RGB value is (77,128,31). Sum of RGB (Red+Green+Blue) = 77+128+31=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #4D801F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D801F is #B27FE0. Grayscale: #666666. Windows color (decimal): -11698145 or 2064461. OLE color: 2064461.

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

Color convert

RGB 77 128 31 -
CMYK 0.40 0 0.76 0.50
HSL 91.55º 0.61% 0.31% -
HSV(B) 91.55º 0.76% 0.5% -
XYZ 11.03 17.12 4.02 -
YUV 101.69 88.1 110.39 -
System Red Green Blue C M Y K H S L
Decimal 77 128 31 0.40 0 0.76 0.50 91.55 0.61 0.31
Hex 4D 80 1F 28 0 4C 32 5C 3D 1F
Octal 115 200 37 50 0 114 62 134 75 37
Binary 1001101 10000000 11111 101000 0 1001100 110010 1011100 111101 11111

Color Harmonies of #4D801F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D801F

Black with #4D801F

Text Example


Text Example

White with #4D801F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,128,31); }

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

background-color css

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

 a { background-color: rgb(77,128,31); }

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

border-color css

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

 span { border-color: rgb(77,128,31); }

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