Html Css Color HEX #49821E Bilbao

📋 copy color: '#49821E'

red 73 ◦ green 130 ◦ blue 30

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

Shades of Bilbao #49821E

Tints of Bilbao #49821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 31.33%
G = 55.79%
B = 12.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#49821E (or 0x49821E) is known color: Bilbao. HEX triplet: 49, 82 and 1E. RGB value is (73,130,30). Sum of RGB (Red+Green+Blue) = 73+130+30=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #49821E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49821E is #B67DE1. Grayscale: #656565. Windows color (decimal): -11959778 or 1999433. OLE color: 1999433.

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

Color convert

RGB 73 130 30 -
CMYK 0.44 0 0.77 0.49
HSL 94.2º 0.63% 0.31% -
HSV(B) 94.2º 0.77% 0.51% -
XYZ 10.96 17.48 4.02 -
YUV 101.56 87.62 107.63 -
System Red Green Blue C M Y K H S L
Decimal 73 130 30 0.44 0 0.77 0.49 94.2 0.63 0.31
Hex 49 82 1E 2C 0 4D 31 5E 3E 1F
Octal 111 202 36 54 0 115 61 136 76 37
Binary 1001001 10000010 11110 101100 0 1001101 110001 1011110 111110 11111

Color Harmonies of #49821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49821E

Black with #49821E

Text Example


Text Example

White with #49821E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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