Html Css Color HEX #498218 Bilbao

📋 copy color: '#498218'

red 73 ◦ green 130 ◦ blue 24

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

Shades of Bilbao #498218

Tints of Bilbao #498218

RGB

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

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

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

R = 32.16%
G = 57.27%
B = 10.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#498218 (or 0x498218) is known color: Bilbao. HEX triplet: 49, 82 and 18. RGB value is (73,130,24). Sum of RGB (Red+Green+Blue) = 73+130+24=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #498218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498218 is #B67DE7. Grayscale: #656565. Windows color (decimal): -11959784 or 1606217. OLE color: 1606217.

HSL color Cylindrical-coordinate representation of color #498218: hue angle of 92.26º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #498218 is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 24 -
CMYK 0.44 0 0.82 0.49
HSL 92.26º 0.69% 0.3% -
HSV(B) 92.26º 0.82% 0.51% -
XYZ 10.9 17.45 3.66 -
YUV 100.87 84.62 108.12 -
System Red Green Blue C M Y K H S L
Decimal 73 130 24 0.44 0 0.82 0.49 92.26 0.69 0.3
Hex 49 82 18 2C 0 52 31 5C 45 1E
Octal 111 202 30 54 0 122 61 134 105 36
Binary 1001001 10000010 11000 101100 0 1010010 110001 1011100 1000101 11110

Color Harmonies of #498218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498218

Black with #498218

Text Example


Text Example

White with #498218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498218; }

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

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

background-color css

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

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

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

border-color css

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

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

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