Html Css Color HEX #49800D Bilbao

📋 copy color: '#49800D'

red 73 ◦ green 128 ◦ blue 13

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

Shades of Bilbao #49800D

Tints of Bilbao #49800D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.07%

R = 34.11%
G = 59.81%
B = 6.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#49800D (or 0x49800D) is known color: Bilbao. HEX triplet: 49, 80 and 0D. RGB value is (73,128,13). Sum of RGB (Red+Green+Blue) = 73+128+13=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 128 (50.39% from 255 or 59.81% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 128 - color contains mainly: green. Hex color #49800D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49800D is #B67FF2. Grayscale: #626262. Windows color (decimal): -11960307 or 884809. OLE color: 884809.

HSL color Cylindrical-coordinate representation of color #49800D: hue angle of 88.7º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49800D is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 128 13 -
CMYK 0.43 0 0.90 0.50
HSL 88.7º 0.82% 0.28% -
HSV(B) 88.7º 0.9% 0.5% -
XYZ 10.54 16.88 3.08 -
YUV 98.45 79.78 109.85 -
System Red Green Blue C M Y K H S L
Decimal 73 128 13 0.43 0 0.90 0.50 88.7 0.82 0.28
Hex 49 80 D 2B 0 5A 32 59 52 1C
Octal 111 200 15 53 0 132 62 131 122 34
Binary 1001001 10000000 1101 101011 0 1011010 110010 1011001 1010010 11100

Color Harmonies of #49800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49800D

Black with #49800D

Text Example


Text Example

White with #49800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49800D; }

 p { color: rgb(73,128,13); }

 H1.HeaderClassName
 {
   color: #49800D;
 }
 .AnyTagClassName
 {
   color: #49800D;
 }
</style>

background-color css

<style>
 a { background-color: #49800D; }

 a { background-color: rgb(73,128,13); }

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

border-color css

<style>
 span { border-color: #49800D; }

 span { border-color: rgb(73,128,13); }

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