Html Css Color HEX #498307 Bilbao

📋 copy color: '#498307'

red 73 ◦ green 131 ◦ blue 7

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

Shades of Bilbao #498307

Tints of Bilbao #498307

RGB

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

 GREEN value IS 131 (51.56% from 255) = 62.09%

 BLUE value IS 7 (3.13% from 255) = 3.32%

R = 34.6%
G = 62.09%
B = 3.32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#498307 (or 0x498307) is known color: Bilbao. HEX triplet: 49, 83 and 07. RGB value is (73,131,7). Sum of RGB (Red+Green+Blue) = 73+131+7=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 131 (51.56% from 255 or 62.09% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 131 - color contains mainly: green. Hex color #498307 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498307 is #B67CF8. Grayscale: #636363. Windows color (decimal): -11959545 or 492361. OLE color: 492361.

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

Color convert

RGB 73 131 7 -
CMYK 0.44 0 0.95 0.49
HSL 88.06º 0.9% 0.27% -
HSV(B) 88.06º 0.95% 0.51% -
XYZ 10.9 17.66 3.04 -
YUV 99.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 73 131 7 0.44 0 0.95 0.49 88.06 0.9 0.27
Hex 49 83 7 2C 0 5F 31 58 5A 1B
Octal 111 203 7 54 0 137 61 130 132 33
Binary 1001001 10000011 111 101100 0 1011111 110001 1011000 1011010 11011

Color Harmonies of #498307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498307

Black with #498307

Text Example


Text Example

White with #498307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498307; }

 p { color: rgb(73,131,7); }

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

background-color css

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

 a { background-color: rgb(73,131,7); }

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

border-color css

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

 span { border-color: rgb(73,131,7); }

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