Html Css Color HEX #498124 Bilbao

📋 copy color: '#498124'

red 73 ◦ green 129 ◦ blue 36

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

Shades of Bilbao #498124

Tints of Bilbao #498124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.2%

 BLUE value IS 36 (14.45% from 255) = 15.13%

R = 30.67%
G = 54.2%
B = 15.13%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#498124 (or 0x498124) is known color: Bilbao. HEX triplet: 49, 81 and 24. RGB value is (73,129,36). Sum of RGB (Red+Green+Blue) = 73+129+36=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #498124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498124 is #B67EDB. Grayscale: #656565. Windows color (decimal): -11960028 or 2392393. OLE color: 2392393.

HSL color Cylindrical-coordinate representation of color #498124: hue angle of 96.13º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #498124 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 129 36 -
CMYK 0.43 0 0.72 0.49
HSL 96.13º 0.56% 0.32% -
HSV(B) 96.13º 0.72% 0.51% -
XYZ 10.92 17.24 4.42 -
YUV 101.65 90.95 107.56 -
System Red Green Blue C M Y K H S L
Decimal 73 129 36 0.43 0 0.72 0.49 96.13 0.56 0.32
Hex 49 81 24 2B 0 48 31 60 38 20
Octal 111 201 44 53 0 110 61 140 70 40
Binary 1001001 10000001 100100 101011 0 1001000 110001 1100000 111000 100000

Color Harmonies of #498124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498124

Black with #498124

Text Example


Text Example

White with #498124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498124; }

 p { color: rgb(73,129,36); }

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

background-color css

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

 a { background-color: rgb(73,129,36); }

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

border-color css

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

 span { border-color: rgb(73,129,36); }

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