Html Css Color HEX #498018 Bilbao

📋 copy color: '#498018'

red 73 ◦ green 128 ◦ blue 24

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

Shades of Bilbao #498018

Tints of Bilbao #498018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.67%

R = 32.44%
G = 56.89%
B = 10.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#498018 (or 0x498018) is known color: Bilbao. HEX triplet: 49, 80 and 18. RGB value is (73,128,24). Sum of RGB (Red+Green+Blue) = 73+128+24=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 128 (50.39% from 255 or 56.89% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 128 - color contains mainly: green. Hex color #498018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498018 is #B67FE7. Grayscale: #646464. Windows color (decimal): -11960296 or 1605705. OLE color: 1605705.

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

Color convert

RGB 73 128 24 -
CMYK 0.43 0 0.81 0.50
HSL 91.73º 0.68% 0.3% -
HSV(B) 91.73º 0.81% 0.5% -
XYZ 10.63 16.92 3.57 -
YUV 99.7 85.28 108.96 -
System Red Green Blue C M Y K H S L
Decimal 73 128 24 0.43 0 0.81 0.50 91.73 0.68 0.3
Hex 49 80 18 2B 0 51 32 5C 44 1E
Octal 111 200 30 53 0 121 62 134 104 36
Binary 1001001 10000000 11000 101011 0 1010001 110010 1011100 1000100 11110

Color Harmonies of #498018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498018

Black with #498018

Text Example


Text Example

White with #498018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498018; }

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

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

background-color css

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

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

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

border-color css

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

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

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