Html Css Color HEX #49821F Bilbao

📋 copy color: '#49821F'

red 73 ◦ green 130 ◦ blue 31

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

Shades of Bilbao #49821F

Tints of Bilbao #49821F

RGB

 RED value IS 73 (28.91% from 255) = 31.2%

 GREEN value IS 130 (51.17% from 255) = 55.56%

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

R = 31.2%
G = 55.56%
B = 13.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#49821F (or 0x49821F) is known color: Bilbao. HEX triplet: 49, 82 and 1F. RGB value is (73,130,31). Sum of RGB (Red+Green+Blue) = 73+130+31=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #49821F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49821F is #B67DE0. Grayscale: #666666. Windows color (decimal): -11959777 or 2064969. OLE color: 2064969.

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

Color convert

RGB 73 130 31 -
CMYK 0.44 0 0.76 0.49
HSL 94.55º 0.61% 0.32% -
HSV(B) 94.55º 0.76% 0.51% -
XYZ 10.98 17.48 4.09 -
YUV 101.67 88.12 107.55 -
System Red Green Blue C M Y K H S L
Decimal 73 130 31 0.44 0 0.76 0.49 94.55 0.61 0.32
Hex 49 82 1F 2C 0 4C 31 5F 3D 20
Octal 111 202 37 54 0 114 61 137 75 40
Binary 1001001 10000010 11111 101100 0 1001100 110001 1011111 111101 100000

Color Harmonies of #49821F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49821F

Black with #49821F

Text Example


Text Example

White with #49821F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49821F; }

 p { color: rgb(73,130,31); }

 H1.HeaderClassName
 {
   color: #49821F;
 }
 .AnyTagClassName
 {
   color: #49821F;
 }
</style>

background-color css

<style>
 a { background-color: #49821F; }

 a { background-color: rgb(73,130,31); }

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

border-color css

<style>
 span { border-color: #49821F; }

 span { border-color: rgb(73,130,31); }

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