Html Css Color HEX #498029 Bilbao

📋 copy color: '#498029'

red 73 ◦ green 128 ◦ blue 41

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

Shades of Bilbao #498029

Tints of Bilbao #498029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.94%

R = 30.17%
G = 52.89%
B = 16.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#498029 (or 0x498029) is known color: Bilbao. HEX triplet: 49, 80 and 29. RGB value is (73,128,41). Sum of RGB (Red+Green+Blue) = 73+128+41=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #498029 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498029 is #B67FD6. Grayscale: #656565. Windows color (decimal): -11960279 or 2719817. OLE color: 2719817.

HSL color Cylindrical-coordinate representation of color #498029: hue angle of 97.93º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #498029 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 128 41 -
CMYK 0.43 0 0.68 0.50
HSL 97.93º 0.51% 0.33% -
HSV(B) 97.93º 0.68% 0.5% -
XYZ 10.87 17.01 4.81 -
YUV 101.64 93.78 107.57 -
System Red Green Blue C M Y K H S L
Decimal 73 128 41 0.43 0 0.68 0.50 97.93 0.51 0.33
Hex 49 80 29 2B 0 44 32 62 33 21
Octal 111 200 51 53 0 104 62 142 63 41
Binary 1001001 10000000 101001 101011 0 1000100 110010 1100010 110011 100001

Color Harmonies of #498029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498029

Black with #498029

Text Example


Text Example

White with #498029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498029; }

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

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

background-color css

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

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

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

border-color css

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

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

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