Html Css Color HEX #497B2F Bilbao

📋 copy color: '#497B2F'

red 73 ◦ green 123 ◦ blue 47

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

Shades of Bilbao #497B2F

Tints of Bilbao #497B2F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50.62%

 BLUE value IS 47 (18.75% from 255) = 19.34%

R = 30.04%
G = 50.62%
B = 19.34%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#497B2F (or 0x497B2F) is known color: Bilbao. HEX triplet: 49, 7B and 2F. RGB value is (73,123,47). Sum of RGB (Red+Green+Blue) = 73+123+47=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #497B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497B2F is #B684D0. Grayscale: #636363. Windows color (decimal): -11961553 or 3111753. OLE color: 3111753.

HSL color Cylindrical-coordinate representation of color #497B2F: hue angle of 99.47º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #497B2F is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 123 47 -
CMYK 0.41 0 0.62 0.52
HSL 99.47º 0.45% 0.33% -
HSV(B) 99.47º 0.62% 0.48% -
XYZ 10.34 15.79 5.19 -
YUV 99.39 98.44 109.18 -
System Red Green Blue C M Y K H S L
Decimal 73 123 47 0.41 0 0.62 0.52 99.47 0.45 0.33
Hex 49 7B 2F 29 0 3E 34 63 2D 21
Octal 111 173 57 51 0 76 64 143 55 41
Binary 1001001 1111011 101111 101001 0 111110 110100 1100011 101101 100001

Color Harmonies of #497B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B2F

Black with #497B2F

Text Example


Text Example

White with #497B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497B2F; }

 p { color: rgb(73,123,47); }

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

background-color css

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

 a { background-color: rgb(73,123,47); }

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

border-color css

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

 span { border-color: rgb(73,123,47); }

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